Skip to content

Instantly share code, notes, and snippets.

@drewbanin
Last active January 8, 2018 21:53
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 drewbanin/c1a7d64927d9d6d0a48a9da6641d2593 to your computer and use it in GitHub Desktop.
Save drewbanin/c1a7d64927d9d6d0a48a9da6641d2593 to your computer and use it in GitHub Desktop.
create table public.test as (
select 2 as id
);
select * from public.test_view;
--SELECT (it worked!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment