Skip to content

Instantly share code, notes, and snippets.

@shotleft
Created December 22, 2019 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shotleft/c14fcf869d6b5903e4b1359a30bcbade to your computer and use it in GitHub Desktop.
Save shotleft/c14fcf869d6b5903e4b1359a30bcbade to your computer and use it in GitHub Desktop.
bw_nest4
SELECT ['painting', 'sculpture', 'installation'] AS artworks
UNION ALL
SELECT ['drawing', 'painting'] AS artworks
UNION ALL
SELECT ['painting', 'drawing', 'collage'] AS artworks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment