Friday, October 14, 2011

Using Join Compare two tables

select * from table1 Left join table2 ON table1.name=table2.name where table2.name IS NULL

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home