VERSION

Learn how to use the VERSION context function in PlaidCloud Lakehouse. Returns the current version of PlaidCloud LakehouseQuery. Includes syntax and examples.

Returns the current version of PlaidCloud LakehouseQuery.

Analyze Syntax

func.version()

Analyze Examples

func.version()

┌───────────────────────────────────────────────────────────────────────────────────────────────────────────┐
                                           func.version()                                                  
├───────────────────────────────────────────────────────────────────────────────────────────────────────────┤
 PlaidCloud LakehouseQuery v1.2.252-nightly-193ed56304(rust-1.75.0-nightly-2023-12-12T22:07:25.371440000Z) 
└───────────────────────────────────────────────────────────────────────────────────────────────────────────┘

SQL Syntax

VERSION()

SQL Examples

SELECT VERSION();

┌───────────────────────────────────────────────────────────────────────────────────────────────────────────┐
                                                version()                                                  
├───────────────────────────────────────────────────────────────────────────────────────────────────────────┤
 PlaidCloud LakehouseQuery v1.2.252-nightly-193ed56304(rust-1.75.0-nightly-2023-12-12T22:07:25.371440000Z) 
└───────────────────────────────────────────────────────────────────────────────────────────────────────────┘