Skip to content

Commit

Permalink
Update syntax section.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 4, 2023
1 parent 2859714 commit ac4875f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/user/dql/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ You can query your indices metadata by ``SHOW`` and ``DESCRIBE`` statement. Thes
Syntax
------

Rule ``showStatement``:
``SHOW TABLES LIKE "<pattern>"``

.. image:: /docs/user/img/rdd/showStatement.png
``DESCRIBE TABLES LIKE "<pattern>" [COLUMNS LIKE "<pattern>"]``

Rule ``showFilter``:

.. image:: /docs/user/img/rdd/showFilter.png
Pattern accepts SQL style wildcards where `_` mathes any character and `%` matches any characters.

Example 1: Show All Indices Information
---------------------------------------
Expand Down
Binary file removed docs/user/img/rdd/showFilter.png
Binary file not shown.
Binary file removed docs/user/img/rdd/showStatement.png
Binary file not shown.

0 comments on commit ac4875f

Please sign in to comment.