MySQL regexp on Indexes
- by Vivek
HI,
I have query having multiple regexp in where clause. The coloumns contained in the where clause have already been indexed.
But the query is not using the indexes.
Does MySql regexp cause use of indexes ? If not, what could be the workaround for this ?