I have the following code.
.....
.....
WHERE 0 = 0
AND Isnull(something, 1) = 1
....
....
I know that isnull function looks at something and if it is a null replace it with 1. But what does the =1 stand for exactly, what does it mean ?
I'm working in Microsoft SQL Server and the code is Coldfusion.