docs-v2/content/shared/sql-reference/functions
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
..
_index.md Consolidate SQL reference docs (#5712) 2024-12-16 13:08:14 -07:00
aggregate.md chore(sql): adds new syntax for sql approx functions (#6402) 2025-10-02 16:15:38 -06:00
array.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
binary-string.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
cache.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
conditional.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
hashing.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
map.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
math.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
misc.md 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
regular-expression.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
selector.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
string.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
struct.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
time-and-date.md chore(sql): Update SQL reference with additional functions (#6359) 2025-09-05 08:26:38 -06:00
window.md docs(sql): add LAG examples for time-based value comparisons (#6577) 2025-12-01 15:14:44 -06:00