MySQL DB selects records with and without umlauts. e.g: '.. where something = FÖÖ'

前端 未结 3 1537
栀梦
栀梦 2020-12-19 06:22

My Table collation is \"utf8_general_ci\". If i run a query like:

SELECT * FROM mytable WHERE myfield = \"FÖÖ\"

i get results where:

<
3条回答
提交回复
热议问题