Replies: 1 comment 3 replies
-
I'm sorry, but its really not clear how you propose to implement these methods exactly. I see no way how |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Review
Description for
SELECT last_insert_rowid();
Single Insert
The
last_insert_rowid()
return the last insert row id on the auto increment idBatch Insert
Same as Single Insert
Description for
SELECT last_insert_id();
Single Insert
The
last_insert_id()
return the last insert row id on the auto increment idBatch Insert
The
last_insert_id()
return the first insert rows id on the auto increment idBeta Was this translation helpful? Give feedback.
All reactions