回答編集履歴

1

参考URL追記

2020/03/17 05:33

投稿

yodel
yodel

スコア508

test CHANGED
@@ -1,3 +1,7 @@
1
- lastInsertID()はトランザクション内で最後にInsertされたIDを取得するものなので、
1
+ `lastInsertId()`はトランザクション内で最後にInsertされたIDを取得するものなので、
2
2
 
3
- 既にコミット済みのテーブルから取得する場合は、select max(ID) from table; になると思います。
3
+ 既にコミット済みのテーブルから取得する場合は、select max(ID) from table; になます。
4
+
5
+
6
+
7
+ 参考:[https://www.php.net/manual/ja/pdo.lastinsertid.php](https://www.php.net/manual/ja/pdo.lastinsertid.php)