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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -