PostgreSQL TO HEX
From w3cyberlearnings
Contents |
Postgresql to_hex
Converts a number to a hexadecimal representation.
Syntax to_hex
to_hex(number)
Example 1
test2=# SELECT to_hex(4900); to_hex -------- 1324 (1 row)