摘要: create table test_part ( id int, name varchar, age numeric ) partition by range (age); create table test_part_yong partition of test_part for values f 阅读全文
posted @ 2022-09-26 09:54 那时一个人 阅读(97) 评论(0) 推荐(0)