CREATE clauses
CREATE
statements partially support TABLE
and INDEX
.
IMPORTANT:
CREATE
statements, including TABLE
and INDEX
, are not supported by the Influx database parser. Only explicit schema can be managed or modified using client API. For more information, see https://docs.influxdata.com/influxdb/cloud/admin/buckets/bucket-schema/.Supported functionality
Expected behavior | Query to achieve the expected behavior |
|---|---|
Create a unique index on a table. |
|
Create an index if it does not already exist. |
|
Create a table using a SELECT statement. |
|
Create a temporary table using a SELECT statement. |
|
Unsupported functionality
- CREATE statements for Influx database.
- Advanced table creation methods with explicit column definitions.
Provide Feedback