1221 - Incorrect usage of UNION and LIMIT

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

    [TEP STOP]