converstion of string to utf-8 characters #17734
Closed
natarajank11
started this conversation in
General
Replies: 1 comment
-
Are you looking for url_encode function? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trino query
select to_utf8('The string u@foo-bar');
gives
The string u@foo-bar
instead ofThe+string+%C3%BC%40foo-bar
Beta Was this translation helpful? Give feedback.
All reactions