MySQL Forums
Forum List  »  NDB clusters

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

I migrated my database from InnoDb to Ndb.

Although this query works on innodb version, it does not work on ndb version.

SELECT * FROM UM_USER WHERE UM_USER_NAME LIKE '%metdos%';


Does Ndb engine support 'LIKE' keyword ?

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.