摘要: 表结构相同,分表后如何查询所有表的数据?可以使用union关键字 select * from table1 where type=1 union select * from table1 where type=1 union select * from table3 where type=1 uni 阅读全文
posted @ 2021-08-26 08:54 钟小嘿 阅读(4222) 评论(2) 推荐(0)