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