database - MYSQL - Returning results with special characters while searching with non special characters -


i have videogame database table ocasionally has fields special characters, rŌblox.

i need return results "rŌblox" querying select * videogames game "%roblox%. how can that?

i have tried collation select * videogames game "%roblox% collate latin1_spanish_ci seems not working me.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -