1221 - Incorrect usage of UNION and LIMIT

    select products_image as image from products p WHERE products_id = '123' LIMIT 1 UNION ALL select image from products_images pm where products_id = '123'

    [TEP STOP]