uce/doc/pages/mysql_insert_id.txt
2022-01-21 09:10:38 +00:00

13 lines
242 B
Plaintext

:sig
u64 mysql_insert_id(MySQL* m)
:params
m : pointer to an active MySQL connection
return value : the last used automatic row ID
:desc
This retrieves the last row ID that was used for a column with an AUTO_INCREMENT row key.
:see
>mysql