postgressql
1delete from where teams inner join teams.goods_no= clasees.goods_no where teams.goods_01 = 'test1';
SQL : delete from clasees where inner join teams.goods_no= clasees.goods_no where teams.goods_01 = 'test1'
SQL : syntax error at or near "join"
実行したい条件
teamsテーブルのgoods_noと claseesテーブルのgoods_noが一致していて、teamsテーブルのgoods_01値がtest1のレコードを削除したいですが、エラーがでてしまいます。
teams.goods_no= clasees.goods_noを内部結合して、goods_01値がtest1のレコードを削除するにはどうしたらいいでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2021/02/08 13:26
2021/02/08 13:43
退会済みユーザー
2021/02/08 13:45
退会済みユーザー
2021/02/08 14:26