1221 - Incorrect usage of UNION and LIMIT

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

    [TEP STOP]