mysql如何将一个表分成多个表_百度知道
最佳答案: 一条语句没法实现的... create table table2 select * from table1 order by id limit 1,100 create table table3 select * from table1 order by...更多关于mysqL中如何让一张表自动分割~!的问题>>
mysql表水平分割怎么实现_百度知道
最佳答案: 一条语句没法实现的... create table table2 select * from table1 order by id limit 1,100 create table table3 select * from table1 order by...更多关于mysqL中如何让一张表自动分割~!的问题>>