Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [42804] ERROR: column "a" is of type integer but expression is of type text
  2. Hint: You will need to rewrite or cast the expression. Position: 22
  3.  
  4. set a = v.a::int
  5.  
  6. values (1, NULL::int, 1),(2, NULL, 2)) as v(id, a, b)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement