SUBSTRING function not use index in mysql

前端 未结 0 457
长发绾君心
长发绾君心 2020-12-19 19:56

I have Query regarding INDEXES My Query SELECT * FROM emp WHERE SUBSTRING(flag, 4, 1) = \'1\';

index not work, when SUBSTRING is use. Any idea how to manage index?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题