mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-06 13:38:59 +00:00
* refactor(json2): add JSON2 storage layout settings Signed-off-by: luofucong <luofc@foxmail.com> * resolve PR comments Signed-off-by: luofucong <luofc@foxmail.com> --------- Signed-off-by: luofucong <luofc@foxmail.com>
5 lines
106 B
SQL
5 lines
106 B
SQL
SELECT j.a AS a
|
|
FROM t_json2_storage_layout_settings;
|
|
|
|
SHOW CREATE TABLE t_json2_storage_layout_settings;
|