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.
列の値が等しいテーブルから X 行を削除したいと考えています。この質問のより良い方法のために、私はこの質問をSQLクエリの方法で書いています。理解してください:
DELETE id FROM table_name WHERE column_value = 1 AND user_id = 2;
そして、このクエリは 3 行を削除する必要があります。どうすればこれを達成できますか?