IN TABLE table_name is mandatory.
The output is ordered by the device_id column.
The following table lists the output’s columns:
For example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
IN TABLE table_name is mandatory.
The output is ordered by the device_id column.
The following table lists the output’s columns:
| Column name | Data type | Description |
|---|---|---|
| DEVICE_ID | VARCHAR(32) | The unique device identifier. Filter column |
| MODULE_ID | INT | The identifier of the module |
| CAPACITY | BIGINT | Total capacity of the device in bytes |
SHOW TABLE DEVICES IN TABLE 'my_table';
Was this page helpful?