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.
MySQLコマンドプロンプトで実行される次のsqlコマンドを検討してください-
select 'aBc'='Abc';
O/P
+-------------+ | 'aBc'='Abc' | +-------------+ | 1 | +-------------+
結果には「1」ではなく「0」が表示されると予想していました。
大文字と小文字が同じでない場合、2 つの文字列を区別するにはどうすればよいですか?