Is there a function like DUMP in Oracle?
You can cast the result as character set octets. It is used for plain old binary data and most clients (isql, FlameRobin, etc.) would display it as hexadecimal numbers. Example:
select cast('Firebird' as varchar(20) CHARACTER SET OCTETS)
from RDB$DATABASE
Would print:
4669726562697264
Do you find this FAQ incorrect or incomplete? Please e-mail us what
needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird
databases), before it enters the main FAQ database. If you desire so, the
changes will be credited to your name. To learn more, visit our add content page.
All contents are copyright © 2007-2024 FirebirdFAQ.org unless otherwise stated in the text.