Parameter | Type |
---|---|
base64_string | string |
Returns: string
Example
query:
SELECT BASE64_TO_HEX("1MG85Xw9eX3WM4m7MWf/deW7vi/1pnwePvtVIHER1q0=")
results:
base64_to_hex |
---|
d4c1bce57c3d797dd63389bb3167ff75e5bbbe2ff5a67c1e3efb55207111d6ad |
A function used to convert a base64-encoded string to a hex-encoded string.
Parameter | Type |
---|---|
base64_string | string |
query:
SELECT BASE64_TO_HEX("1MG85Xw9eX3WM4m7MWf/deW7vi/1pnwePvtVIHER1q0=")
results:
base64_to_hex |
---|
d4c1bce57c3d797dd63389bb3167ff75e5bbbe2ff5a67c1e3efb55207111d6ad |