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?