Showing posts with label output. Show all posts
Showing posts with label output. Show all posts

Monday, June 16, 2008

what is the output of select * from table where 1=2?

SELECT * FROM emp WHERE 1=2

the output of the query is "No records found" i.e returns no records