SqlExpression CURRENT DATE

From Eigenpedia

Jump to: navigation, search

Contents

Syntax

CURRENT_DATE

Purpose

Returns the current date

Input

  • no input required

Output

  • Returns the current date

Example

values (current_date);

create table d(a date);
insert into d values(date '2009-6-27'), (current_date);

Return to Built in Function details

Personal tools