摘要:
如果想在已经建好的表上进行分区,如果使用alter添加分区的话,mysql会提示错误: ERROR 1505 <HY000> Partition management on a not partitioned table is not possible 正确的方法是新建一个具有分区的表,结构一致,然 阅读全文
摘要:
select ch_app.*, A.username ,A.realname , B.username,B.realname,C.username,C.realname from ch_app left join ch_user A on ch_app.uid = A.uid left join 阅读全文