Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NUL
chr
char
どのバージョン以降がサポートされているかはわかりませんが、それを行うことができます:
create table foo (bar data); insert into foo(bar) values (x'001122334400ff'); select length(bar),hex(bar),bar from foo;