Preview:
(SELECT "id", "first_name", "last_name", NULL AS "name", "email", "payment_default" FROM orders LIMIT 1)
UNION
(SELECT "id", NULL AS "first_name", NULL AS "last_name", "name", "email", NULL AS "payment_default" FROM newsletter_subscriptions LIMIT 1);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter