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