When I do
SELECT CHAR(193)
On my local database it returns Á
, but when I do the same on a database running on another server it returns ┴
.
I expect Á
as the correct value, how can I fix the function?
The databases were created individually, they aren't exactly the same.