August 2010
Intermediate to advanced
526 pages
23h 39m
English
changes() — Get the number of rows changed by the last SQL command
changes( )
The changes() function returns an integer that
indicates the number of database rows that were modified by the
most recently completed INSERT, UPDATE, or DELETE command run by this database
connection.
This SQL function is a wrapper around
the C function sqlite3_changes(), and has all of the same
limitations and conditions.
total_changes(), last_insert_rowid(), sqlite3_changes() [C API, Ap G]
Read now
Unlock full access