How to get last auto number?
I've got 2 tables I.e. booking and booking membership
One person is the leader of a booking, but many people can be members of that
Still, when I inse the booking I want to also do an insert into the bookingmembership table.
The booking table has a booking I'd.
The membership table takes the persons I'd (email) and a booking I'd
So how to get the last inserted auto number for a table?