Skip to content

Instantly share code, notes, and snippets.

@minya92
Created November 7, 2016 13:57
Show Gist options
  • Save minya92/9f016415276b4ffa3aa784402d9bc99e to your computer and use it in GitHub Desktop.
Save minya92/9f016415276b4ffa3aa784402d9bc99e to your computer and use it in GitHub Desktop.
with qq as (
select 11
union all
select 12
union all
select 11
),
ww as (
select 1
union all
select 11
)
select * from qq
union
select * from ww where 1=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment