Afternoon,
this is more of an FYI on my part. have several stored procedures as well as queries that have been written not in stored procedures. i find ni most of the code the statment:
1=1
as in:
Select * from WhatEver
Where date_entered = '10/31/01' and
name = 'Johns' and
1=1
there are no fields, in any tables, that are named "1", so i am rather confussed. they do use a primary key on all tables that is numeric and seeded from 1 by 1. does this play into the 1=1 syntax?
thanks
this is more of an FYI on my part. have several stored procedures as well as queries that have been written not in stored procedures. i find ni most of the code the statment:
1=1
as in:
Select * from WhatEver
Where date_entered = '10/31/01' and
name = 'Johns' and
1=1
there are no fields, in any tables, that are named "1", so i am rather confussed. they do use a primary key on all tables that is numeric and seeded from 1 by 1. does this play into the 1=1 syntax?
thanks