Raymond Raymond

BigQuery - Convert Bytes to BASE64 or HEX String

event 2021-09-18 visibility 3,577 comment 0 insights toc
more_vert
insights Stats
toc Table of contents
BigQuery - Convert Bytes to BASE64 or HEX String

BigQuery provides built-in functions to convert bytes to BASE64 or HEX string.

Code snippet

SELECT TO_BASE64(MD5('ABC')) AS BASE64, TO_HEX(MD5('ABC')) AS HEX;

Results:

20210918113747-image.png

JSON result:

[{"BASE64": "kC+90rHfDE9wtKXSNSXpMg==","HEX": "902fbdd2b1df0c4f70b4a5d23525e932"}]
More from Kontext
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts