Help for this page

Select Code to Download


  1. or download this
    select * from table1
    minus 
    select * from table2
    
  2. or download this
    select * from table2
    minus 
    select * from table1