Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cp1251_general_ci 照合を持つ列を持つテーブルがあります。列の照合順序を変更したくありませんが、utf8 エンコーディングでデータを取得したいです。
utf8_general_ci 照合を使用したデータのように見える方法でデータを選択する方法はありますか?
つまり、私はこのようなものが必要です
SELECT CONVERT_TO_UTF8(weirdColumn) FROM weirdTable