MySQL Forums
Forum List  »  NDB clusters

Re: LIKE keyword in SELECT does not work in MySql Cluster
Posted by: met dos
Date: January 13, 2012 02:38AM

Here is the MySql Cluster:
mysql-5.1.56 ndb-7.1.17

I don't get any error or warning message, it just returns an empty set
Empty set (0.00 sec)

If I query
SELECT * FROM UM_USER WHERE UM_USER_NAME='metdos';
it finds it and returns that row from table.

I also tried:
SELECT * FROM UM_USER WHERE UM_USER_NAME LIKE 'metdos%';
SELECT * FROM UM_USER WHERE UM_USER_NAME LIKE 'metdos';

Options: ReplyQuote




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.