📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

VERSION



Returns the current version of LakeQuery.

Syntax

VERSION()

Examples

SELECT VERSION(); ┌───────────────────────────────────────────────────────────────────────────────────────────────┐ │ version() │ ├───────────────────────────────────────────────────────────────────────────────────────────────┤ │ LakeQuery v1.2.252-nightly-193ed56304(rust-1.75.0-nightly-2023-12-12T22:07:25.371440000Z) │ └───────────────────────────────────────────────────────────────────────────────────────────────┘

Was this page helpful?