Skip to content

Commit b324cf0

Browse files
steveburnetttdcmeehan
authored andcommitted
Fix error in sql/update.rst
1 parent c2dad16 commit b324cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-docs/src/main/sphinx/sql/update.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Synopsis
77

88
.. code-block:: none
99
10-
UPDATE table_name SET [ ( column = expression [, ... ] ) ] [ WHERE condition ]
10+
UPDATE table_name SET [ column = expression [, ... ] ] [ WHERE condition ]
1111
1212
Description
1313
-----------

0 commit comments

Comments
 (0)