ClickHouse/tests/queries/0_stateless/03003_sql_json_nonsense.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
82 B
MySQL
Raw Normal View History

2024-03-04 05:00:32 +00:00
SELECT JSON_QUERY('{"x":1}', '$[\'hello\']', materialize(toLowCardinality('x')));