SQLite Forum

HEX - What is the reverse function?
Login
Good example assuming that you have an oracle.

select hex(42), cast(x'3432' as integer);