In several codes on the web I have found the following sentence
SELECT *
FROM <TABLE>
WHERE 1=1
AND ....
I can't understand what purpose this comparison has to do.
In several codes on the web I have found the following sentence
SELECT *
FROM <TABLE>
WHERE 1=1
AND ....
I can't understand what purpose this comparison has to do.