私は4列のWPListと呼ばれるSQLiteテーブルを持っています
ID (int), ID_quote (int foreign key), ID_workperformance (int foreign key), expire_date (text)
このクエリで行を削除しようとすると、大きな問題が発生します。
DELETE FROM WPList WHERE ID_workperformance = 12 & ID_quote = 21
ID_workperformance 12 と ID_quote 21 がテーブルに存在することは間違いありませんが、このクエリを実行しても何も起こりません。助けてください。ありがとう!!