mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
feat: Support the DELETE SQL statement (#942)
* [WIP]:delete sql * [fix]:time parser bug * [fix]:resolve conflict * [fmt]:cargo fmt * [fix]:remove unless log * [fix]:test * [feat]:add error parse * [fix]:resolve conflict * [fix]:remove unless code * [fix]:remove unless code * [test]:add IT * [fix]:add license * [fix]:ci * [fix]:ci * [fix]:ci * [fix]:remove * [fix]:ci * [feat]:add sql * [fix]:modify sql * [feat]:refactor parser_expr * [feat]:rm backtrace * [fix]:ci * [fix]: conversation * [fix]: conversation * feat:refactor delete * feat:refactor delete * fix:resolve conversation * fix:ut * fix:ut * fix:conversation * fix:conversation * fix:conservation --------- Co-authored-by: xieqijun <qijun@apache.org>
This commit is contained in:
@@ -17,3 +17,7 @@ INSERT INTO a VALUES (1,2,3);
|
||||
INSERT INTO a VALUES (1,2),(3);
|
||||
|
||||
INSERT INTO a VALUES (1,2),(3,4,5);
|
||||
|
||||
DROP TABLE strings;
|
||||
|
||||
DROP TABLE a;
|
||||
|
||||
Reference in New Issue
Block a user