DESCRIBE¶
Display the schema of a table.
Syntax¶
Parameters¶
| Parameter | Description |
|---|---|
catalog |
The Lance catalog name. |
schema |
The schema name. |
table |
The table name. |
Example¶
Using short form:
Output¶
| Column | Type | Extra | Comment |
|---|---|---|---|
| id | bigint | ||
| name | varchar | ||
| varchar |
SHOW CREATE TABLE¶
Display the CREATE TABLE statement for a table.