質問編集履歴

1

sqlnの実行コード

2020/05/26 02:56

投稿

pocoapoco0526
pocoapoco0526

スコア3

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,12 @@
46
46
 
47
47
  ) engine=innodb default charset=utf8';
48
48
 
49
+
50
+
51
+ // 実行
52
+
53
+ $res = $mysqli->query($sql);
54
+
49
55
  ```
50
56
 
51
57