Files
greptimedb/tests/cases/standalone/common/show/show_databases_tables.sql
dennis zhuang 4a5bb698a9 feat: impl show index and show columns (#3577)
* feat: impl show index and show columns

* fix: show index from database

* fix: canonicalize table name

* refactor: show parsers
2024-03-29 18:34:52 +00:00

8 lines
68 B
SQL

show databases;
use information_schema;
show tables;
use public;