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" "name" "city" を含む table1 があります。"city" 内のすべてのテキストを削除したいのですが、"id" 17500 と 21000 の間のテキストのみを削除します。
これはかなり基本的な SQL です。
UPDATE table1 SET city='' WHERE id BETWEEN 17500 AND 21000