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にこれに相当するものはありますか? トランザクションと 2 つのクエリを避けて、1 つのクエリで可能なことを実行したいと考えています。