質問編集履歴

3

編集・追記依頼をいただき追記しました。

2021/11/12 07:43

投稿

ccchogeee
ccchogeee

スコア11

test CHANGED
File without changes
test CHANGED
@@ -311,3 +311,23 @@
311
311
 
312
312
 
313
313
  よろしくお願いします。
314
+
315
+
316
+
317
+ ----
318
+
319
+ ※編集・追記依頼をいただきました
320
+
321
+ ```ここに言語を入力
322
+
323
+ SyntaxError: Unexpected token ')' in /Users/pass/views/index.ejs while compiling ejs
324
+
325
+ ```
326
+
327
+ 質問時に提示した上記のエラーに関しては、
328
+
329
+ index.ejs内で「new」を使用していたのが原因でした。
330
+
331
+ 「new」の使用をやめ、その他のエラーを修正したところ、acync/awaitを用いて要件を実現することができました!
332
+
333
+ ありがとうございます。

2

タイトルの変更

2021/11/12 07:43

投稿

ccchogeee
ccchogeee

スコア11

test CHANGED
@@ -1 +1 @@
1
- expressを使って、DBから取得した値のグラフと、その最新データを同時に表示したい
1
+ expressを使って、DBから取得した値のグラフと、最新データを同時に表示したい。connection.query()内にconnection.query()を書きsql文を2回実行するのは可能か。
test CHANGED
File without changes

1

記入漏れです

2021/11/11 06:53

投稿

ccchogeee
ccchogeee

スコア11

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
-
39
+ ※deviceを選択して/selectへpostするようになっています。
40
40
 
41
41
 
42
42