Mega Code Archive

 
Categories / MSSQL Tutorial / Table Join
 

Simple OUTER JOIN

The first syntax situation is the easy part - most people get  this part just fine. SELECT <SELECT list> FROM <the table you want to be the "LEFT" table> <LEFT|RIGHT> [OUTER] JOIN <table you want to be the "RIGHT" table>                        ON <join condition>