Monday, August 8, 2011

SQL run one select or another select?

I want to count the number of records that get returned from a select statement. If the record is 0 then I want to run one set of select statements and if it is more than 0, run a different set of select statement on different tables. Is that possible?

No comments:

Post a Comment