How you will avoid your query from using indexes?

Q

How you will avoid your query from using indexes?

✍: Guest

A

By changing the order of the columns that are used in the index, in the Where condition, or by concatenating the columns with some constant values.

2011-12-02, 2797👍, 0💬