SHOW TABLES
Display the available ChaosSearch views to query in SQL.
Use the SHOW TABLES
command to list the ChaosSearch Refinery views in the default schema chaos or a specified schema. FROM
and IN
behave the same, and are optional. The LIKE
clause can be used to restrict the list of names.
Synopsis
SHOW TABLES [ {FROM | IN} schema ] [ LIKE "pattern" ]
Examples
A SHOW TABLES
command with no options lists all views. You can also click the Superset See Table Schema list on the left menu to see a drop-down list of the available views.
A sample SHOW TABLES
command to list views that contain the string orders
in their name:
Updated 8 months ago