mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
feat: show create table only for base table (#4099)
* feat: show create table only for base table Signed-off-by: tison <wander4096@gmail.com> * add new cases Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
@@ -192,3 +192,11 @@ drop table phy;
|
||||
|
||||
Affected Rows: 0
|
||||
|
||||
show create table numbers;
|
||||
|
||||
Error: 1001(Unsupported), Show create table only for base table. greptime.public.numbers is TEMPORARY
|
||||
|
||||
show create table information_schema.columns;
|
||||
|
||||
Error: 1001(Unsupported), Show create table only for base table. greptime.information_schema.columns is TEMPORARY
|
||||
|
||||
|
||||
@@ -79,3 +79,7 @@ WITH(
|
||||
show create table phy;
|
||||
|
||||
drop table phy;
|
||||
|
||||
show create table numbers;
|
||||
|
||||
show create table information_schema.columns;
|
||||
|
||||
Reference in New Issue
Block a user