mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
fix: drop table 0 rows affected (#2515)
This commit is contained in:
@@ -121,13 +121,13 @@ Error: 3000(PlanQuery), Error during planning: LIMIT must not be negative
|
||||
|
||||
DROP TABLE integers;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE test;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE test2;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
|
||||
@@ -30,5 +30,5 @@ SELECT COUNT(*) FROM (SELECT * FROM integers UNION ALL SELECT * FROM integers LI
|
||||
|
||||
DROP TABLE integers;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
|
||||
@@ -106,5 +106,5 @@ SELECT * FROM test ORDER BY i NULLS LAST;
|
||||
|
||||
DROP TABLE test;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
|
||||
@@ -227,5 +227,5 @@ Error: 3000(PlanQuery), Error during planning: For SELECT DISTINCT, ORDER BY exp
|
||||
|
||||
DROP TABLE test;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
|
||||
@@ -62,5 +62,5 @@ Error: 3000(PlanQuery), Error during planning: Union queries must have the same
|
||||
|
||||
DROP TABLE test;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
|
||||
@@ -392,41 +392,41 @@ ORDER BY "Sort", "EmployeeID";
|
||||
|
||||
DROP TABLE t0;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE test0;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE test1;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE test4;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE tpch_q1_agg;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE test5;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE test6;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP table test7;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP table test8;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
DROP TABLE DirectReports;
|
||||
|
||||
Affected Rows: 1
|
||||
Affected Rows: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user