CURRENT_VERSION

Learn how to use the CURRENT_VERSION utility function in PlaidCloud Lakehouse. Returns the current version of StarRocks - see syntax, examples, and output.

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