MySQL Forums
Forum List  »  Newbie

Re: Using Regular Expressions in WHERE and its effect on indexes
Posted by: Roland Bouman
Date: July 27, 2005 03:31AM

Hi!

Maybe the id column is numeric and mysql is puzzled because of the like comparison to the string literal '123%'?
Or is mysql so smart it knows you really mean 'any number of which the string representation starts with "123" '.?

Options: ReplyQuote


Subject
Written By
Posted
Re: Using Regular Expressions in WHERE and its effect on indexes
July 27, 2005 03:31AM


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.