Hello,
How does one in MySQL check to see if two values are equal or not irrespective of their case?
I mean I have an expression like:
X1 = 'Hotels in Boston'
And a field in MySQL DB named 'keywords'.
which can contain: 'hotels in boston'
I want these two to match, irrespective of their case.
How do I do this via a query command like:
Regards,







Bookmarks