VERSION (Lakehouse v2)
Returns the MySQL protocol version of StarRocks.
Analyze Syntax
Section titled “Analyze Syntax”func.version()Analyze Examples
Section titled “Analyze Examples”func.version()
┌─────────┐│ '5.1.0' │└─────────┘SQL Syntax
Section titled “SQL Syntax”VERSION()SQL Examples
Section titled “SQL Examples”SELECT VERSION();
┌───────┐│ 5.1.0 │└───────┘