I created the following script in Google Big Query:
SELECT CAST(user_ID AS STRING) FROM table
I recevied the error message: Invalid cast of bytes to UTF8 string
How can I overpass this and and join the user_id with a another one which is string?
Consider using TO_BASE64 or TO_HEX
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With