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.
使用する照合モードを選択する必要がある場合、使用可能な照合モードをどのように確認できますか?
次のクエリを使用して、使用可能な照合モードを一覧表示します。
SELECT * FROM fn_helpcollations()
select distinct COLLATION_NAME from INFORMATION_SCHEMA.COLUMNS order by 1