Skip to content

Commit

Permalink
[doc] remove doc 2.0 batch delete partitions (#1746)
Browse files Browse the repository at this point in the history
## Versions 

- [x] dev
- [x] 3.0
- [x] 2.1
- [x] 2.0

## Languages

- [x] Chinese
- [x] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built

---------

Co-authored-by: yangfei <[email protected]>
  • Loading branch information
baimafeima-yf and yangfei authored Jan 22, 2025
1 parent 93bd8fc commit 8997450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,8 @@ ALTER TABLE example_db.my_table
DROP PARTITION p1;
```

8. 批量删除分区

```sql
ALTER TABLE example_db.my_table
DROP PARTITION p1,
DROP PARTITION p2,
DROP PARTITION p3;
```

9. 增加一个指定上下界的分区
8. 增加一个指定上下界的分区

```sql
ALTER TABLE example_db.my_table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,7 @@ ALTER TABLE example_db.my_table
DROP PARTITION p1;
```

8. Batch delete partition

```sql
ALTER TABLE example_db.my_table
DROP PARTITION p1,
DROP PARTITION p2,
DROP PARTITION p3;
```

9. Add a partition specifying upper and lower bounds
8. Add a partition specifying upper and lower bounds

```sql
ALTER TABLE example_db.my_table
Expand Down

0 comments on commit 8997450

Please sign in to comment.