Monday, 29 April 2013

Join with and condition in sql server



select * from table a inner join tableB b on a.id=b.id and a.name=b.name

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...