• SELECT *

    FROM TABLE_A AS A

    LEFT JOIN TABLE_B AS B ON A.A_ID = B.A_ID

    [/code]

    Is that what you're looking for?