What does this query mean?
Posted
by zihado
on Stack Overflow
See other posts from Stack Overflow
or by zihado
Published on 2010-03-18T06:30:43Z
Indexed on
2010/03/18
7:01 UTC
Read the original article
Hit count: 124
sql
I'm reading a book about SQL.
In that book, I saw strange query below:
SELECT * into mycustomer from customer WHERE 1=2
In this query, what is "WHERE 1=2" ?
© Stack Overflow or respective owner