mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
* fix: store raw objname internally Signed-off-by: tison <wander4096@gmail.com> * add a utility Signed-off-by: tison <wander4096@gmail.com> * add a sqlness test case Signed-off-by: tison <wander4096@gmail.com> * cargo clippy Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
26 lines
382 B
Plaintext
26 lines
382 B
Plaintext
show databases;
|
|
|
|
+-----------------------+
|
|
| Schemas |
|
|
+-----------------------+
|
|
| illegal-database |
|
|
| information_schema |
|
|
| public |
|
|
| test_public_schema |
|
|
| upper_case_table_name |
|
|
+-----------------------+
|
|
|
|
use information_schema;
|
|
|
|
Affected Rows: 0
|
|
|
|
show tables;
|
|
|
|
+---------+
|
|
| Tables |
|
|
+---------+
|
|
| columns |
|
|
| tables |
|
|
+---------+
|
|
|