質問編集履歴

1

質問に不要なソースを削除

2018/08/24 04:31

投稿

jam912sh
jam912sh

スコア25

test CHANGED
File without changes
test CHANGED
@@ -29,16 +29,6 @@
29
29
  $query = "COPY test_json TO '/tmp/sampletbl1.csv' CSV";
30
30
 
31
31
  pg_query($conn, $query);
32
-
33
-
34
-
35
- if (!$query) {
36
-
37
- echo "An error occurred.\n";
38
-
39
- exit;
40
-
41
- }
42
32
 
43
33
 
44
34