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.
照合nocaseフィールドを持つデータベース(変更できません)があります:
name string collate nocase
大文字と小文字を区別するこのフィールドで検索を行う必要があります。これは「collatenocase」で可能ですか?
ありがとう
そのクエリの照合を元に戻すだけです。
SELECT * FROM MyTable WHERE name COLLATE BINARY = 'Nick'