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.
ID が「C」、「D」、「E」などの文字で始まるサンプル テーブルがあります。これで、「E」から始まる ID を持つ行を更新するだけで済みます。助けてください
UPDATE TABLE SET FIELD = VALUE WHERE UPPER(ID) LIKE 'E%'