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.
ここで説明されている問題に対して計算列を使用することをお勧めしたので、電子メールの挿入時に大文字に変換された値UpperEmailを保持する計算列を作成する方法に関するアドバイスまたは実際的な例が必要です。Email
UpperEmail
Email
みんな、ありがとう
テーブルがすでに存在すると仮定すると、これは機能するはずです。
ALTER TABLE YourTable ADD UpperEmail AS (UPPER(Email))