Skip to content

Instantly share code, notes, and snippets.

@ujnak
Created June 2, 2023 09:42
行のロックを取得する
declare
r empj%rowtype;
begin
select * into r from empj where "_ID" = :P3__ID for update;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment