docs-v2/content/shared/sql-reference
Jason Stirnaman b95e608d07
docs(influxdb3): Use the CLI (influxdb3 --version), /ping endpoint, or /health endpoint to get the actual InfluxDB product version—not the SQL version() function. (#6579)
Summary of Changes

  1. content/shared/sql-reference/functions/misc.md (SQL version() function)

  - Enhanced the description to clarify it returns the DataFusion query engine version
  - Added a Note callout explicitly stating this is NOT the InfluxDB product version
  - Added a link to the identify-version page for users who want to find their InfluxDB version
  - Added an expandable example with the actual query and output:
  SELECT version()
  - Output: Apache DataFusion 49.0.2, aarch64 on linux

  2. content/shared/identify-version.md (Identify version page)

  Added a Note callout in three locations:
  - Core-specific section (show-in "core")
  - Enterprise-specific section (show-in "enterprise")
  - General InfluxDB 3 Core and Enterprise section (in the tabs)

  Replaced hardcoded patch version with latest-version shortcode
2025-12-01 16:02:25 -06:00
..
functions docs(influxdb3): Use the CLI (influxdb3 --version), /ping endpoint, or /health endpoint to get the actual InfluxDB product version—not the SQL version() function. (#6579) 2025-12-01 16:02:25 -06:00
operators Updates SQL reference (#5886) 2025-03-12 09:21:42 -06:00
_index.md feat(sql): Add Window aggregate and Ranking functions to SQL reference index 2025-02-24 13:37:15 -06:00
data-types.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
explain.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
group-by.md Add InfluxDB 3 query guides (#5798) 2025-01-23 10:18:45 -07:00
having.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
information-schema.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
join.md fix: SQL reference typo 2025-02-19 23:51:22 -06:00
limit.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
order-by.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
select.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
subqueries.md Add InfluxDB 3 query guides (#5798) 2025-01-23 10:18:45 -07:00
table-value-constructor.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
union.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
where.md Update content/shared/sql-reference/where.md 2025-07-31 22:31:58 -07:00