diff --git a/content/influxdb3/core/admin/tables/delete.md b/content/influxdb3/core/admin/tables/delete.md index 73e31c377..4a1ee11f6 100644 --- a/content/influxdb3/core/admin/tables/delete.md +++ b/content/influxdb3/core/admin/tables/delete.md @@ -1,8 +1,8 @@ --- title: Delete a table description: > - Use the [`influxdb3 delete table` command](/influxdb3/version/reference/cli/influxdb3/delete/table/) - or the [HTTP API](/influxdb3/version/api/v3/) to delete a table from a specified database in {{< product-name >}}. + Use the [`influxdb3 delete table` command](/influxdb3/core/reference/cli/influxdb3/delete/table/) + or the [HTTP API](/influxdb3/core/api/v3/) to delete a table from a specified database in {{< product-name >}}. Supports both soft delete and hard delete operations. menu: influxdb3_core: diff --git a/content/influxdb3/core/admin/tables/list.md b/content/influxdb3/core/admin/tables/list.md index dc66e30f0..3cc4ab7ac 100644 --- a/content/influxdb3/core/admin/tables/list.md +++ b/content/influxdb3/core/admin/tables/list.md @@ -1,8 +1,8 @@ --- title: List tables description: > - Use the [`influxdb3 query` command](/influxdb3/version/reference/cli/influxdb3/query/) - or the [HTTP API](/influxdb3/version/api/v3/) to list tables in a specified database in {{< product-name >}}. + Use the [`influxdb3 query` command](/influxdb3/core/reference/cli/influxdb3/query/) + or the [HTTP API](/influxdb3/core/api/v3/) to list tables in a specified database in {{< product-name >}}. Use SQL SHOW TABLES or InfluxQL SHOW MEASUREMENTS statements. menu: influxdb3_core: diff --git a/content/influxdb3/enterprise/admin/tables/list.md b/content/influxdb3/enterprise/admin/tables/list.md index cb224724c..e76a17a01 100644 --- a/content/influxdb3/enterprise/admin/tables/list.md +++ b/content/influxdb3/enterprise/admin/tables/list.md @@ -1,8 +1,8 @@ --- title: List tables description: > - Use the [`influxdb3 query` command](/influxdb3/version/reference/cli/influxdb3/query/) - or the [HTTP API](/influxdb3/version/api/v3/) to list tables in a specified database in {{% product-name %}}. + Use the [`influxdb3 query` command](/influxdb3/enterprise/reference/cli/influxdb3/query/) + or the [HTTP API](/influxdb3/enterprise/api/v3/) to list tables in a specified database in {{% product-name %}}. Use SQL SHOW TABLES or InfluxQL SHOW MEASUREMENTS statements. menu: influxdb3_enterprise: diff --git a/content/shared/influxdb3-admin/tables/create.md b/content/shared/influxdb3-admin/tables/create.md index 736c69cd5..4d8298e27 100644 --- a/content/shared/influxdb3-admin/tables/create.md +++ b/content/shared/influxdb3-admin/tables/create.md @@ -2,7 +2,7 @@ Use the [`influxdb3 create table` command](/influxdb3/version/reference/cli/infl or the [HTTP API](/influxdb3/version/api/v3/) to create a table in a specified database in {{< product-name >}}. With {{< product-name >}}, tables and measurements are synonymous. -Typically, tables are created automatically on write using the measurement name +Typically, tables are created automatically on write using the table name specified in line protocol written to InfluxDB. However, you can manually create tables to define a custom schema or apply custom settings before writing data.