mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
manual.texi fix capitalization, clarify context for
manual.texi LAST_INSERT_ID() usage. Docs/manual.texi: fix capitalization, clarify context for LAST_INSERT_ID() usage.
This commit is contained in:
parent
f72b93abd4
commit
c2eabae4b1
1 changed files with 2 additions and 1 deletions
|
|
@ -56117,7 +56117,8 @@ Added partly-translated Dutch error messages.
|
|||
@item
|
||||
Fixed bug in @code{ORDER BY} and @code{GROUP BY} with @code{NULL} columns.
|
||||
@item
|
||||
Added function @code{last_insert_id()} to retrieve last @code{AUTO_INCREMENT}
|
||||
Added function @code{LAST_INSERT_ID()} SQL function to retrieve last
|
||||
@code{AUTO_INCREMENT}
|
||||
value. This is intended for clients to ODBC that can't use the
|
||||
@code{mysql_insert_id()} API function, but can be used by any client.
|
||||
@item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue