doc-exports/docs/dws/tool/dws_16_0194.html
Lu, Huayi 27019c2991 DWS TOOL 830.201 version
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>
2024-05-16 07:35:25 +00:00

18 lines
1.8 KiB
HTML

<a name="EN-US_TOPIC_0000001772696240"></a><a name="EN-US_TOPIC_0000001772696240"></a>
<h1 class="topictitle1">LOW_PRIORITY</h1>
<div id="body8662426"><p id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_en-us_topic_0214164767_p1186115542211">With the <strong id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_b123161904831753">LOW_PRIORITY</strong> modifier, execution of <strong id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_b96704073331753">UPDATE</strong> is delayed.</p>
<p id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_en-us_topic_0214164767_p8060118"><strong id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_en-us_topic_0214164767_b1584504810186">Input</strong></p>
<pre class="screen" id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_en-us_topic_0214164767_screen18330185120183"># LOW_PRIORITY
UPDATE LOW_PRIORITY employees SET department_id=2;</pre>
<p id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_en-us_topic_0214164767_p53315611815"><strong id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_en-us_topic_0214164767_b1360664171916">Output</strong></p>
<pre class="screen" id="EN-US_TOPIC_0000001772696240__en-us_topic_0000001706223889_en-us_topic_0000001437771661_en-us_topic_0214164767_screen42227714193">-- LOW_PRIORITY
UPDATE "public"."employees" SET "department_id" = 2;</pre>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_16_0193.html">UPDATE</a></div>
</div>
</div>