I would like to remove all diacritics from a string column, using Snowflake SQL. For example: ä, ö, é, č => a, o e, c
I acknowledged that the TRANSLATE function would work but only for single case while there are lots of letters with an accent that need to be translated.
Could you please give me some hints? Thanks so much in advance, Hanh