CURRENT_VERSION

Returns the current version of StarRocks.

Analyze Syntax

func.current_version()

Analyze Examples

func.current_version()

┌─────────┐
 '4.1.0'  
└─────────┘

SQL Syntax

CURRENT_VERSION()

SQL Examples

SELECT CURRENT_VERSION();

┌──────────────┐
 4.1.0-xxxxxx  
└──────────────┘