@@ -69,7 +69,7 @@ tsid,t,name,id,value,
69
69
UInt64(5639753573168158607),Timestamp(1651737067000),String("ceresdb3"),Int32(0),Double(103.0),
70
70
71
71
72
- SELECT * from partition_table_t where name in ("ceresdb0", "ceresdb1", "ceresdb2", "ceresdb3", "ceresdb4") order by name;;
72
+ SELECT * from partition_table_t where name in ("ceresdb0", "ceresdb1", "ceresdb2", "ceresdb3", "ceresdb4") order by name;
73
73
74
74
tsid,t,name,id,value,
75
75
UInt64(7867167026748566913),Timestamp(1651737067000),String("ceresdb0"),Int32(0),Double(100.0),
@@ -79,7 +79,7 @@ UInt64(5639753573168158607),Timestamp(1651737067000),String("ceresdb3"),Int32(0)
79
79
UInt64(1510325626916728375),Timestamp(1651737067000),String("ceresdb4"),Int32(0),Double(104.0),
80
80
81
81
82
- SELECT * from partition_table_t where name in ("ceresdb5", "ceresdb6", "ceresdb7","ceresdb8", "ceresdb9", "ceresdb10") order by name;;
82
+ SELECT * from partition_table_t where name in ("ceresdb5", "ceresdb6", "ceresdb7","ceresdb8", "ceresdb9", "ceresdb10") order by name;
83
83
84
84
tsid,t,name,id,value,
85
85
UInt64(7158007527379307345),Timestamp(1651737067000),String("ceresdb10"),Int32(0),Double(110.0),
@@ -90,3 +90,11 @@ UInt64(9923681778193615344),Timestamp(1651737067000),String("ceresdb8"),Int32(0)
90
90
UInt64(4860320137932382618),Timestamp(1651737067000),String("ceresdb9"),Int32(0),Double(109.0),
91
91
92
92
93
+ DROP TABLE IF EXISTS `partition_table_t`;
94
+
95
+ affected_rows: 0
96
+
97
+ SHOW CREATE TABLE partition_table_t;
98
+
99
+ Failed to execute query, err: Server(ServerError { code: 500, msg: "Failed to create plan, query: SHOW CREATE TABLE partition_table_t;. Caused by: Failed to create plan, err:Table not found, table:partition_table_t" })
100
+
0 commit comments