Posts by Teo Dev • 23 points
1 post
-
2
votes1
answer656
viewsQ: Using last_insert_id(), is it credivel if several users enter at the same time in the database?
I have a doubt about the method last_insert_id() mysql. And the following: I am creating a procedure to insert into 3 tables, example: person (idPessoa, surname,) employee(idEmployment,idPessoa,)…