A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/functions/current_date below:

CURRENT_DATE | Snowflake Documentation

Reference Function and stored procedure reference Context CURRENT_DATE
Categories:

Context functions (General)

CURRENT_DATE

Returns the current date of the system.

Syntax
CURRENT_DATE()

CURRENT_DATE

Copy

Arguments

None.

Returns

The function returns a value of type DATE.

Usage notes Examples

Show the current date, time, and timestamp:

SELECT CURRENT_DATE(), CURRENT_TIME(), CURRENT_TIMESTAMP();

Copy

+----------------+----------------+-------------------------------+
| CURRENT_DATE() | CURRENT_TIME() | CURRENT_TIMESTAMP()           |
|----------------+----------------+-------------------------------|
| 2024-04-18     | 07:47:37       | 2024-04-18 07:47:37.084 -0700 |
+----------------+----------------+-------------------------------+

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4