Guest User

Untitled

a guest
Jun 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. CREATE TABLE foo (man_id,subgroup,power,grp)
  2. AS VALUES
  3. ( 1, 'sub_A', 'positive', 'Group_A' );
  4.  
  5. test=# CREATE TABLE foo (man_id,subgroup,power,grp)
  6. test-# AS VALUES
  7. test-# ( ( 1, 'sub_A', 'positive', 'Group_A' );
  8. test(#
  9.  
  10. test(# )
  11. test-# ;
  12. ERROR: syntax error at or near "test"
  13. LINE 1: test=# CREATE TABLE foo (man_id,subgroup,power,grp)
  14.  
  15. ^
  16.  
  17. libedit.so.2 => /usr/lib/x86_64-linux-gnu/libedit.so.2 (0x00007f294453f000)
Add Comment
Please, Sign In to add comment