| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/analytics/analytics-engine/sql-reference/encoding-functions/ | [Back] [Original] |
Usage:
bin(<expression>)
bin returns a string containing the binary representation of its argument.
Examples:
-- get the binary representation of 1
bin(1)
-- get the binary representation of a string`
bin('abc')
Usage:
hex(<expression>)
hex returns a string containing the hexadecimal representation of its argument.
Examples:
-- get the hexadecimal representation of 1
hex(1)
-- get the hexadecimal representation of a string`
hex('abc')| Web Proxy Viewer | New URL | Original Page |