I am querying from a SQL table using an ETL tool (Alteryx) and two column contains special characters like "á" , "é", "ő" but they appear as ú ;, etc. Looks to me that need to convert those columns to UTF-8 (?) by casting and converting, but all my query runs to an error.
Convert output of MySQL query to utf8 - used this thread previously
Can someone help me what I'm doing wrog here?
thanks, WM