The query:
Explain SELECT * FROM TABLE WHERE 1 = 2
Displays the field names of the given table. Can anyone explain this syntax? Thanks in advance.
You're returning no results, because 1 = 2
is false. (There are no records that match that WHERE
clause, so you just get the table headings, and no records.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With