sql描述:id为主键(主键索引)
1 select * from table a,(select id from table limit 1000000,10) b where a.id=b.id
如果有查询条件可与id关联生成组合索引
2022-10-11 17:10:36
sql描述:id为主键(主键索引)
1 select * from table a,(select id from table limit 1000000,10) b where a.id=b.id
如果有查询条件可与id关联生成组合索引