CURRENT_VERSION (Lakehouse v2)
Returns the current version of StarRocks.
Analyze Syntax
Section titled “Analyze Syntax”func.current_version()Analyze Examples
Section titled “Analyze Examples”func.current_version()
┌─────────┐│ '4.1.0' │└─────────┘SQL Syntax
Section titled “SQL Syntax”CURRENT_VERSION()SQL Examples
Section titled “SQL Examples”SELECT CURRENT_VERSION();
┌──────────────┐│ 4.1.0-xxxxxx │└──────────────┘