CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> MySQL composite index
MySQL composite index
Time:11-15
To establish a composite index a, b
SQL statement 1: select * from table from a> 4 and b<9
SQL statement 2: select * from table from b<9 and a> 4
The query efficiency of the SQL statement is the same?
Page link:
https//www.codepudding.com/database/81927.html
Prev:
The history of the database
Next:
How to use UDL connect local database
Tags:
MySQL
Related
Links:
CodePudding