From 83f6a5e79706ffd126ce98f3417b93231598afcb Mon Sep 17 00:00:00 2001 From: Zizhuan Liu <44973863@qq.com> Date: Mon, 25 May 2026 16:59:41 +0800 Subject: [PATCH] DOCS : Fix missing comma in UPDATE FOR PORTION OF text description --- doc/src/sgml/ref/update.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/update.sgml b/doc/src/sgml/ref/update.sgml index 92c12c3..dd57bea 100644 --- a/doc/src/sgml/ref/update.sgml +++ b/doc/src/sgml/ref/update.sgml @@ -166,7 +166,7 @@ UPDATE [ ONLY ] table_name [ * ] class="parameter">start_time TO end_time. Otherwise, it must be in the form (portion) where + class="parameter">portion), where portion is an expression that yields a value of the same type as range_column_name. -- 2.43.0