外部キー制約されたデータを自動で消す方法の書き方を教えてください‥!
このように記載すると
DELETE FROM "user" WHERE user_id = 4;
エラーが出ます。。
ERROR: update or delete on table "user" violates foreign key constraint "num_user" on table "account"
DETAIL: Key (user_id)=(4) is still referenced from table "account".
テーブル1の名前 "user"
テーブル2の名前 "account"
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/09/01 03:59