Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select octect_length(test), * from table1 limit 1;
- ERROR: function octect_length(text) does not exist
- LINE 1: select octect_length(test), * from table1 limit 1;
- ^
- 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