Guest User

Untitled

a guest
Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. create table public.test as (
  2. select 2 as id
  3. );
  4.  
  5. select * from public.test_view;
  6.  
  7. --SELECT (it worked!)
Add Comment
Please, Sign In to add comment