Skip to content

Commit

Permalink
Describe '=>' SQL operator
Browse files Browse the repository at this point in the history
  • Loading branch information
findinpath authored and losipiuk committed Feb 23, 2022
1 parent 9120a45 commit a2ca5d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/sphinx/sql/alter-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ The ``ALTER TABLE EXECUTE`` statement followed by a ``command`` and
parameters. ``ALTER TABLE EXECUTE`` supports different commands on a
per-connector basis.

You can use the ``=>`` operator for passing named parameter values.
The left side is the name of the parameter, the right side is the value being passed::

ALTER TABLE hive.schema.test_table EXECUTE optimize(file_size_threshold => '10MB')

Examples
--------

Expand Down

0 comments on commit a2ca5d4

Please sign in to comment.