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.
現在、varchar(16) latin1_swedish_ci の列を持つテーブルがあり、現在は文字と数字 ([a-zA-Z0-9]) のみで、その型を char(16) に変更し、エンコードをバイナリに変更したいと考えています。 .
データを失うことはありますか? または、この文字セットはバイナリにマップできますか?
ありがとう