Loading...
Select Version
Utility statements are statements in SQL syntax, but they may not be executed within SQL transactions. A utility statement does not initiate an SQL transaction and it cannot be rolled back. A utility statement opens an internal transaction, however, which is closed again when the statement is terminated.
Utility statements can be compiled dynamically (section “Dynamic SQL”).