I know it's kind of absurd, but unfortunately I came across a situation that I do not know how to circumvent.
The company has a system that records in ACCSSES baco and some tables theme accentuation and special characters Ex: Code - Action - Price
And I installed a program that converts the database to MYSQL and sends it to my server once a day, and updates the database
But the tables also go up with the special characters.
I need to perform the queries with these characters only when the time comes to perform, is there any way to get around this?
SELECT * FROM Campanhas ORDER BY Código ASC