MySQL Forums
Forum List  »  Quality Assurance

MySQL is Flawed
Posted by: Marcus Reed
Date: March 22, 2013 09:40AM

MySQL is flawed.

for example, you cannot create a query that will allow you to have a parameter AND a wildcard:
SELECT * FROM Names WHERE name LIKE % & @PARAM1 & %
There is no way to accomplish a query such as this in MySQL. So in order for me to have a search function for my users in my application, I have to create hundreds of queries of what I believe the user might search for.

This is utterly useless.

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL is Flawed
2528
March 22, 2013 09:40AM


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.