Skip to content

Commit

Permalink
fix formatting of Synopsis code block in update.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
steveburnett authored and tdcmeehan committed Mar 26, 2024
1 parent ec9c9ff commit 49a9915
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions presto-docs/src/main/sphinx/sql/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ UPDATE
Synopsis
--------

.. code-block:: text
.. code-block:: none
UPDATE table_name SET [ ( column = expression [, ... ] ) ] [ WHERE condition ]
Description
-----------

Update selected columns values in existing rows in a table.
Update selected columns values in existing rows in a table.

The columns named in the ``column = expression`` assignments will be updated
for all rows that match the ``WHERE`` condition. The values of all column update
Expand Down

0 comments on commit 49a9915

Please sign in to comment.