質問編集履歴
1
sss
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
```postgressql
|
2
|
-
delete from where inner join teams.goods_no= clasees.goods_no where teams.goods_01 = 'test1';
|
2
|
+
delete from where teams inner join teams.goods_no= clasees.goods_no where teams.goods_01 = 'test1';
|
3
3
|
```
|
4
|
-
SQL : delete from where inner join teams.goods_no= clasees.goods_no where teams.goods_01 = 'test1'
|
5
|
-
SQL : syntax error at or near "where"
|
6
4
|
|
5
|
+
SQL : delete from clasees where inner join teams.goods_no= clasees.goods_no where teams.goods_01 = 'test1'
|
6
|
+
SQL : syntax error at or near "join"
|
7
|
+
|
7
8
|

|
8
9
|
|
9
10
|

|