Ranjit Powar

Ranjit Powar

  • 270
  • 6.3k
  • 1.4m

Select rows from two tables

Jun 18 2014 8:27 AM
I have two tables Table1(Name,Size,qty) and Table2(Name,Size,qty)
I want to check Name and Size is equal to or not. If name and size of Table1 equals to Name and Size of Table2 then select row from Table2. Otherwise Select from Table1.

Answers (2)