Question : Using meaningful conditions

I have seen queries using conditions like
WHERE Col1 = 'ABC' AND 0<>1

Is there any real benefit to the second part of the condition, in any circumstances?

Thanks

Answer : Using meaningful conditions

usually, this kind of things is when the sql code is generated by the application code...
Random Solutions  
 
programming4us programming4us