摘要: 1.按范围分区,例如年龄,时间 create table Boss( Id int , FirstName varchar(128), Age int) partition by range(Age)(partition p1 values less than (18),partition p2 v 阅读全文
posted @ 2021-09-25 16:57 留下成长的足迹 阅读(209) 评论(0) 推荐(0)