Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How can we find out which auto increment was assigned on Last insert?
Home
Sql
How can we find out which auto increment was assigned on Last insert?
0
votes
asked
Jan 14
in
Sql
by
AdilsonLima
How can we find out which auto increment was assigned on Last insert?
mysql-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 14
by
AdilsonLima
LAST_INSERT_ID will return the last value assigned by Auto_increment and it is not required to specify the table name.
...