Update REQ000000353288.sql

parent 9a610475
Showing with 10 additions and 10 deletions
DO $$ DO $$
BEGIN BEGIN
update par3.instrumentounidade UPDATE par3.instrumentounidade
set itrid = '1' SET itrid = '1'
where inuid = '3808'; WHERE inuid = '3808';
EXCEPTION EXCEPTION
WHEN OTHERS THEN WHEN OTHERS THEN
RAISE WARNING 'Erro ao alterar prestacao de contas: %', SQLERRM; RAISE WARNING 'Erro ao alterar prestacao de contas: %', SQLERRM;
END; END;
END $$; $$;
\ No newline at end of file \ 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