프로그래밍
동시성제어 update for
neodalos
2016. 3. 22. 16:58
반응형
다음과 같이 사용하며(lock이 설정되며)
select a.* from t_prd_m a where prd_cd = '10004' for update;
다음 update문에서 해제된다
반응형