Skip to content

Instantly share code, notes, and snippets.

@krzykamil
Created February 13, 2019 12:47
Show Gist options
  • Save krzykamil/fcb20f826a0a001c3ff041803257b31c to your computer and use it in GitHub Desktop.
Save krzykamil/fcb20f826a0a001c3ff041803257b31c to your computer and use it in GitHub Desktop.
With double
WITH my_first_with AS (SELECT foo, c FROM bar) , my_second_with AS ( SELECT foo, c FROM my_first_with)
SELECT * FROM my_second_with
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment