Viewing post 1 (of 2 total)
You can also do the following
Select a.*
From TableA a
LEFT JOIN TableB b on a.PK = b.PK
LEFT JOIN TableC c on a.PK = c.PK
LEFT JOIN TableD d on a.PK =...
September 14, 2004 at 5:36 am
#522918