【單條記錄鎖】select single for update

示例:spa

DATA: wa_t001 type t001.博客

select single for update * into wa_t001 from t001 where bukrs = '1000'.it

 

解釋:date

select single for update,where條件必須涵蓋全部主鍵。select

執行時,該語句會鎖定知足條件的單條數據(在SM12中是看不到的)。數據

鎖定退出條件:執行到commit或rollback。co

補充:commit

若是有其餘的select single for update訪問到一樣的數據,會一直等待直到被鎖定的記錄解鎖。文章

 

----------------------------------------------

本博客全部原創文章,未經博主容許,請勿轉載。

----------------------------------------------

相關文章
相關標籤/搜索