BookmarkSubscribeRSS Feed
glenndemunck
Calcite | Level 5

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?

 

 

 

 

 

1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1270 views
  • 0 likes
  • 2 in conversation