Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: SELECT

    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 =...

Viewing post 1 (of 2 total)