SHOW TABLES¶
List all tables in a schema.
Syntax¶
Parameters¶
| Parameter | Description |
|---|---|
catalog |
The Lance catalog name. |
schema |
The schema name. |
pattern |
Optional SQL LIKE pattern to filter table names. |
Examples¶
List all tables in a schema:
Filter tables by pattern:
Output¶
Returns a single column Table containing the table names.
| Table |
|---|
| users |
| orders |
| products |