Update REQ000000353288.sql

parent 9a610475
Showing with 7 additions and 7 deletions
DO $$
BEGIN
update par3.instrumentounidade
set itrid = '1'
where inuid = '3808';
EXCEPTION
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
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