Main Content
rollback
Syntax
Description
rollback(
reverses changes made to a
database using functions such as conn
)sqlwrite
. The
rollback
function reverses all changes made since the last
COMMIT
or ROLLBACK
operation. To use this function,
you must set the AutoCommit
property of the connection
object to off
.
Examples
Input Arguments
Version History
Introduced in R2020b