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.
在 DB2 中
SELECT id FROM FINAL TABLE ( INSERT INTO mytable (x,y,z) VALUES (1,2,3) )
可以将插入的表/行中的任何数据返回给我。
在 MySQL 中是否有等价物?我想避免一个事务和两个查询来做一些可能的事情。