Thread: in SQL, what does WHERE 1=2 mean?
select *
my_new_table
my_old_table
1=2
think copies old table new one. looks 1 means new table , 2 means old table, format of syntax, how 1 assigned meaning of my_new_table?
the clause filters records , considers clause true. 1=2 false, no records copied. usual syntax table1.fieldx = table2.fieldy.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk in SQL, what does WHERE 1=2 mean?
Ubuntu
Comments
Post a Comment