add script

parent 3a440373
Showing with 11 additions and 0 deletions
DO $$
BEGIN
update par3.instrumentounidade
set itrid = '1'
where inuid = '3808';
EXCEPTION
WHEN OTHERS THEN
RAISE WARNING 'Erro ao alterar prestacao de contas: %', SQLERRM;
END;
END $$;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment