CURRENT_TIMESTAMP (Lakehouse v2)
Returns the current date and time.
Analyze Syntax
Section titled “Analyze Syntax”func.current_timestamp()Analyze Examples
Section titled “Analyze Examples”func.current_timestamp()
┌───────────────────────┐│ '2024-06-15 14:30:00' │└───────────────────────┘SQL Syntax
Section titled “SQL Syntax”CURRENT_TIMESTAMP()SQL Examples
Section titled “SQL Examples”SELECT CURRENT_TIMESTAMP();
┌─────────────────────┐│ 2024-06-15 14:30:00 │└─────────────────────┘