MySql: Insert a row and get the content April 10, 2024 by Tarik Execute your insert statement and then you can do this: SELECT * FROM `items` WHERE `id`= LAST_INSERT_ID()