Hi,
I'm trying to do a MySQL Query using Mysql 3.23.58 something like that below
SELECT name FROM customers WHERE name LIKE "Fred" ORDER BY
difference(name ,"Fred");
The difference piece doesn't seem to be working (Syntax Error returned). Is
this not possible without upgrading the server? or am I doing something
wrong, all I want to do is be able to return the results closest to that
entered first.
Thanks in advance
John
I'm trying to do a MySQL Query using Mysql 3.23.58 something like that below
SELECT name FROM customers WHERE name LIKE "Fred" ORDER BY
difference(name ,"Fred");
The difference piece doesn't seem to be working (Syntax Error returned). Is
this not possible without upgrading the server? or am I doing something
wrong, all I want to do is be able to return the results closest to that
entered first.
Thanks in advance
John
Comment