Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最後に挿入されたフィールドを取得するのに苦労しています。
selct scope identity(); SELECT * FROM Person ORDER BY PersonID DESC LIMIT 1
MySQL の場合、挿入直後にその種のソリューションを試すことができます。
echo mysql_insert_id($mysql);
後で戻ってきて最後のIDが必要な場合、それはより複雑です...ソリューションを使用できますが、クエリが返された瞬間とそれをどうするかの間に他のIDが挿入されることは何もわかりません...