1 2 3 4 5 6 7 8 9 10 11
SELECT 1/2 as jx, 'a' as x, NULL as jy, NULL as y UNION ALL SELECT NULL as jx, NULL as x, 2/1 as jy, 'b' as y;