MySQL Forums
Forum List  »  Optimizer & Parser

Re: why don't work for my substring index?
Posted by: Francisco Wong-Li
Date: December 01, 2005 01:40PM

I think that your problem could be in the use of functions in where,
if the field datestr is date uses
datestr = current_date, or
datestr = current_date(), or
datestr = curdate.

when using functions on fields of indices these let work like so

saludos

Options: ReplyQuote


Subject
Views
Written By
Posted
4584
November 06, 2005 10:09PM
Re: why don't work for my substring index?
2778
December 01, 2005 01:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.