1
Fork 0
kantodb/testdata/sql/literal_hex.slt

9 lines
77 B
Text

query S
SELECT X'0102';
----
X'0102'
query I
SELECT length(X'0102');
----
2