VERSION
Learn how to use the VERSION utility function in PlaidCloud Lakehouse. Returns the MySQL protocol version of StarRocks - see syntax, examples, and output.
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 │
└───────┘