A
Amy Blankenship
Hi, all;
I need to be able to use one query to retrieve either the most recent result
or all results, based on a parameter to the query. I don't seem to be able
to find a syntax that will allow me to do something like:
SELECT TOP [Enter how many things] things FROM MyTable ORDER BY thingNum;
Has anyone solved this before?
TIA;
Amy
I need to be able to use one query to retrieve either the most recent result
or all results, based on a parameter to the query. I don't seem to be able
to find a syntax that will allow me to do something like:
SELECT TOP [Enter how many things] things FROM MyTable ORDER BY thingNum;
Has anyone solved this before?
TIA;
Amy