Guest User

Untitled

a guest
Feb 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [SQL] SELECT * FROM "Table" WHERE column->>'key' = 'null';
  2.  
  3. [Err] ERROR: operator does not exist: bytea ->> unknown
  4. LINE 1: SELECT * FROM "Table" WHERE column->>'key' = 'null';
  5. ^
  6. HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Add Comment
Please, Sign In to add comment