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  
└───────┘