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 05:14AM

For example:

mysql> SELECT UM_USER_NAME FROM UM_USER WHERE UM_USER_NAME='admin';
+--------------+
| UM_USER_NAME |
+--------------+
| admin |
+--------------+
1 row in set (0.00 sec)

mysql> SELECT UM_USER_NAME FROM UM_USER WHERE UM_USER_NAME LIKE 'a%';
Empty set (0.00 sec)

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.