What is this query means?
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
6:31 UTC
Read the original article
Hit count: 157
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" ?
Thanks in advance.
© Stack Overflow or respective owner