I am able to successfully mysql insert multiple records with a single node execution. however, the results returns only first row id. how to get the all the row id’s inserted.
In above scenario , 5 records are inserted, but insertid is returning only 203 which is the first record. How to retrieve the rest of 4 records i,e 204,205,206 & 207