Posts by Victor Sorroche • 11 points
1 post
-
1
votes1
answer449
viewsQ: Does Mysql work with more than one index?
If I have a query in a table: SELECT * FROM clientes WHERE empresa_id=10 AND datacad='2017-01-01' And two indexes, one in the column 'empresa_id' and another in 'datacad'. Mysql will use only one of…