Hi Carp,
Thanks for your response. Very helpful! I should have thought of those options.
The answer to your question is that my app needs to be able to replace a parameter with a value, and that value could include not caring what is in the field. So, in the following
SELECT * FROM Table...
Hi All,
I'm hoping that there is an SQL keyword (e.g. "<KEYWORD>") such that the following statements are all equivalent:
SELECT * FROM Table
SELECT * FROM Table WHERE (Field IS NULL OR Field IS NOT NULL)
SELECT * FROM Table WHERE Field = <KEYWORD>
SELECT * FROM Table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.