日期type 使用datetime. 測試資料 create table pt1 ( id int , ctime datetime, primary key(ctime) ) partition by range(TO_DAYS(ctime)) ...
確定! 回上一頁