Inserting multiple records to a table in MYSQL returns me last inserted ID.
Is there a way I can get the list of all inserted records ?
One way would be to insert each record and then fetch that record using last inserted ID. But obviously that will raise performance issues.