Hi,
For some reason the following SQL query doesn't want to work any more (its part of an existing program, and has worked on a million other sites);
The Full_Name it should be matching has:
Comercios/Ópticas
Any ideas why this wouldn't be working?
TIA!
Andy
For some reason the following SQL query doesn't want to work any more (its part of an existing program, and has worked on a million other sites);
SQL:
SELECT * FROM Category WHERE Full_Name LIKE "Comercios/_pticas"
The Full_Name it should be matching has:
Comercios/Ópticas
Any ideas why this wouldn't be working?
TIA!
Andy