Here's a quick one,,,
I have multiple values that I want to check are all NULL to trigger a condition....
Currently it's
and A=NULL and B=NULL and C=NULL and D=NULL etc etc....
Is there anyway to write the same as something like:
and (A,B,C,D=NULL)?
Thanks
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.