I'm unable to insert rows containing special charachters like "à","ö", etc. into a MySQL table.
Example code:
proc sql;
insert into s_dmp.airline (airline_nm) values ('testö');
quit;
ERROR:
CLI execute error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.18-log]Incorrect string value: '\xF6' for column 'airline_nm' at row 1
Any ideas on how to solve above error without translating the string variable?
Make sure that all your environments are either UTF-enabled or use wlatin character sets.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.