forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
1.8 KiB
1.8 KiB
IGNORE
With the IGNORE modifier, the UPDATE statement does not abort even if errors occur during execution.
Input
# IGNORE UPDATE IGNORE employees SET department_id=3;
Output
-- IGNORE UPDATE "public"."employees" SET "department_id" = 3;
Parent topic: UPDATE