質問編集履歴
1
実行したSQL 及び エラー内容
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,3 +3,25 @@
|
|
3
3
|
org_code = 8760
|
4
4
|
|
5
5
|
sec_code = 030200
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
テーブル名
|
10
|
+
|
11
|
+
macaddress
|
12
|
+
|
13
|
+
試したSQL
|
14
|
+
|
15
|
+
---
|
16
|
+
|
17
|
+
select * from macaddress where "org_code" = '8760' "sec_code" = '030200';
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
エラー内容
|
22
|
+
|
23
|
+
---
|
24
|
+
|
25
|
+
ERROR: syntax error at or near ""sec_code""
|
26
|
+
|
27
|
+
行 1: ...elect * from macaddress where "org_code" = '8760' "sec_code"...
|