Advertisement
Guest User

Untitled

a guest
Apr 24th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. select octect_length(test), * from table1 limit 1;
  2. ERROR: function octect_length(text) does not exist
  3. LINE 1: select octect_length(test), * from table1 limit 1;
  4. ^
  5. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement