How to make this query non-case sensitive?
#2

you could try using a query like this

SELECT * FROM table WHERE UPPER(`name`) = UPPER('%s')
Reply


Messages In This Thread
How to make this query non-case sensitive? - by Lorenc_ - 02.01.2012, 20:49
Re: How to make this query non-case sensitive? - by Rachael - 02.01.2012, 21:03
Re: How to make this query non-case sensitive? - by Lorenc_ - 02.01.2012, 21:05

Forum Jump:


Users browsing this thread: 1 Guest(s)