Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 747 Bytes

set-transaction.md

File metadata and controls

25 lines (15 loc) · 747 Bytes
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.

Synopsis

{% include sql/diagrams/set_transaction.html %}

Required Privileges

No privileges are required to set the transaction isolation level and/or priority. However, privileges are required for each statement within a transaction.

Parameters

Parameter Description