bug in SELECT WHERE LIKE
Posted by: Chris Huber
Date: November 16, 2005 01:07PM

Is there a known bug for range selection using LIKE in MySQL 5.0.15? When I try:

SELECT result FROM varchar_col WHERE result LIKE '1';

I get all the rows with '1'. When I try:

SELECT result FROM varchar_col WHERE result LIKE '[0-9]';

I get no results.

Please advise.

Options: ReplyQuote


Subject
Views
Written By
Posted
bug in SELECT WHERE LIKE
3068
November 16, 2005 01:07PM


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.