Skip to content

Commit

Permalink
Update optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
jiduyuting authored Jul 20, 2023
1 parent 2a2ae82 commit c7f934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimize
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
explain select * from sbtest1 limit 900000,10;
<div align=center><img src="https://github-production-user-asset-6210df.s3.amazonaws.com/88324880/238262293-e1c00a49-064d-4d8f-8a1d-69e691b1fa3f.png"></div>

select * from sbtest1 limit 900000,10;
explain select * from sbtest1 u1,(select id from sbtest1 order by id limit 900000,10) t where u1.id=t.id;

Expand Down

0 comments on commit c7f934e

Please sign in to comment.