mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Added the last_insert_rowid() SQL function. (CVS 521)
FossilOrigin-Name: 6aca3f86bc08849e9d806fdd490f98e4daf71025
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Run this Tcl script to generate the sqlite.html file.
|
||||
#
|
||||
set rcsid {$Id: lang.tcl,v 1.30 2002/04/06 13:57:44 drh Exp $}
|
||||
set rcsid {$Id: lang.tcl,v 1.31 2002/04/06 14:10:48 drh Exp $}
|
||||
|
||||
puts {<html>
|
||||
<head>
|
||||
@ -566,6 +566,13 @@ their result across all rows of the result set.</p>
|
||||
all arguments are NULL then NULL is returned.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top" align="right">last_insert_rowid()</td>
|
||||
<td valign="top">Return the ROWID of the last row insert from this
|
||||
connection to the database. This is the same value that would be returned
|
||||
from the <b>sqlite_last_insert_rowid()</b> API function.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top" align="right">length(<i>X</i>)</td>
|
||||
<td valign="top">Return the string length of <i>X</i> in characters.
|
||||
|
Reference in New Issue
Block a user