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
LOW_PRIORITY
With the LOW_PRIORITY modifier, execution of UPDATE is delayed.
Input
# LOW_PRIORITY UPDATE LOW_PRIORITY employees SET department_id=2;
Output
-- LOW_PRIORITY UPDATE "public"."employees" SET "department_id" = 2;
Parent topic: UPDATE