landslide
12-30-2009, 10:50 PM
not sure how to do this but I want to create a quiry that is run only if a value is = to.
for example
select field1, field2
case
if field 1 = 90
then do this query
else
case
if field 2 = 90
the do this query
is this possible
for example
select field1, field2
case
if field 1 = 90
then do this query
else
case
if field 2 = 90
the do this query
is this possible