I have a database in which all the tables have the collation: utf8_general_ci and I want a SELECT query to be executed with the collation: utf8_spanish_ci
Is it possible without modifying the tables? Can it be with standard SQL? How?
The purpose is to make a search engine in several languages. It's not for production.
Greetings!