How to get the just-inserted record ID (mysql)? What i'll add to query:
INSERT INTO `osoby` (`imie`,`nazwisko`)
VALUES ('wartość','wartość2')
? thanks.
How to get the just-inserted record ID (mysql)? What i'll add to query:
INSERT INTO `osoby` (`imie`,`nazwisko`)
VALUES ('wartość','wartość2')
? thanks.