mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-13 16:52:56 +00:00
* feat: impl show index and show columns * fix: show index from database * fix: canonicalize table name * refactor: show parsers
8 lines
68 B
SQL
8 lines
68 B
SQL
show databases;
|
|
|
|
use information_schema;
|
|
|
|
show tables;
|
|
|
|
use public;
|