You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOR UPDATE [OF column_name [, ...]]
FOR READ ONLY
OPTIMIZE FOR {integer | ALL} {ROW | ROWS}
FOR {NC | UR | CS [KEEP LOCKS] | RS [lock_clause] | RR [lock_clause]}
lock_clause:
USE AND KEEP EXCLUSIVE LOCKS
{ WAIT FOR OUTCOME | SKIP LOCKED DATA | USE CURRENTLY COMMITTED }