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