create table pt2 ( id int , ctime TIMESTAMP, primary key(ctime) ) ENGINE=InnoDB partition by range(unix_timestamp(ctime)) ( partition p0 values less than ...
確定! 回上一頁