Added a test

This commit is contained in:
Alexey Milovidov 2020-02-24 21:22:01 +03:00
parent 5086fd0c98
commit 539c15ae32
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
"hello"

View File

@ -0,0 +1,2 @@
WITH '{"a": "hello", "b": 12345678901234567890}' AS json
SELECT JSONExtractRaw(json, 'a');