Files
doris/docs/en/sql-reference/sql-statements
Mingyu Chen de57667d6d [Delete] Support delete with multi partitions (#5252)
Support delete statement like:
1. delete from table partitions(p1, p2) where xxx;  // apply to p1, p2
2. delete from table where xxx;     // apply to all partitions

Also remove code about the deprecated sync/async delete job.

This CL changes FE meta version to 94
2021-01-30 20:33:34 +08:00
..
2020-10-14 09:27:50 +08:00
2020-12-10 15:10:22 +08:00