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が別のテーブル行のIDと一致するテーブルparticipant_vote内のすべてのレコードを削除したい。
これは 1 つのクエリで実行できますか?
これは、サブセレクトに複数の行が含まれているというエラーを返す、現在のクエリです
DELETE FROM participant_voteWHERE id = (SELECT id FROM voteWHERE facebookid= :facebookid)
participant_vote
vote
facebookid