0% found this document useful (0 votes)
31 views

Structure

This 3 word SQL query selects all columns from a table where the condition 1=2 is false, effectively returning no rows. It is a simple query that does not retrieve any data from the table.

Uploaded by

pandian002
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Structure

This 3 word SQL query selects all columns from a table where the condition 1=2 is false, effectively returning no rows. It is a simple query that does not retrieve any data from the table.

Uploaded by

pandian002
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Query to retrie the structure

select * from table where 1=2

You might also like