|
|
|
|
|
by carbocation
1902 days ago
|
|
I'm not sure that I follow. The two queries are to demonstrate difference in form; they are not intended to be equivalent. If you're already writing: WHERE foo=bar
AND biz=baz
It's not clear to me how: WHERE TRUE
AND foo=bar
AND biz=baz
is worse. |
|