This commit is contained in:
Matt Woenker 2024-08-06 16:14:26 -04:00
parent 2a1ee419b4
commit f4ed3f5c6d
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"meta":
[
{
"name": "unhex('f0')",
"type": "String"
}
],
"data":
[
["<22>"]
],
"rows": 1
}

View File

@ -0,0 +1,2 @@
SET output_format_write_statistics = 0;
SELECT unhex('f0') FORMAT JSONCompact;