title | summary | toc |
---|---|---|
SET TRANSACTION |
The SET TRANSACTION statement sets the transaction isolation level and/or priority for the current session or for an individual transaction. |
false |
The SET TRANSACTION
statement sets the transaction isolation level and/or priority for the current session or for an individual transaction.
{% include sql/diagrams/set_transaction.html %}
No privileges are required to set the transaction isolation level and/or priority. However, privileges are required for each statement within a transaction.
Parameter | Description |
---|---|