Back to Presto

SHOW TABLES

presto-docs/src/main/sphinx/sql/show-tables.rst

0.297307 B
Original Source

=========== SHOW TABLES

Synopsis

.. code-block:: none

SHOW TABLES [ FROM schema ] [ LIKE pattern [ ESCAPE 'escape_character' ] ]

Description

List the tables in schema or in the current schema. The LIKE clause can be used to restrict the list of table names.