首页 > 数据库 >mysql test single table huge rows

mysql test single table huge rows

时间:2022-12-04 21:36:18浏览次数:50  
标签:count huge rows Idx tb3 tb2 single table select

1.

show create table tb2;show create table tb3;

 

 2.desc tb2;desc tb3;

 

 

3.select count(Idx) from tb2; select count(Idx) from tb3;

 

desc tb2;desc tb3;select count(Idx) as tb2Count from tb2;select count(Idx) as tb3Count from tb3;

 

标签:count,huge,rows,Idx,tb3,tb2,single,table,select
From: https://www.cnblogs.com/Fred1987/p/16950864.html

相关文章