Select count(*) from t_book;

select * from t_book where bookName = '测试图书书名35';

Before making indexe:

After making indexe:

Select count(*) from t_book;

select * from t_book where bookName = '测试图书书名35';

Before making indexe:

After making indexe:

转载于:https://my.oschina.net/u/2363350/blog/670588

被折叠的 条评论
为什么被折叠?