Closed anarthal closed 8 months ago
Provide an example on how to use INSERT and DELETE statements, and how to use resultset::last_insert_id.
INSERT
DELETE
resultset::last_insert_id
This was done when we introduced the connection pool example.
Provide an example on how to use
INSERT
andDELETE
statements, and how to useresultset::last_insert_id
.