Skip to content

Instantly share code, notes, and snippets.

@ranbena
Created August 30, 2019 15:33
Show Gist options
  • Save ranbena/41a3ee8250c8527a0e871a07abcabea6 to your computer and use it in GitHub Desktop.
Save ranbena/41a3ee8250c8527a0e871a07abcabea6 to your computer and use it in GitHub Desktop.
3 column 2 row sql
SELECT 27182.8182846 AS a, 20000 AS b, 'lorem' AS c UNION ALL
SELECT 31415.9265359 AS a, 40000 AS b, 'ipsum' AS c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment