curdate

Return the current date

Syntax

curdate()

Description

This function returns the current date value.

See Also

curtime

curts, curtimestamp

Example

select curdate() as Today;

Today
2013-04-17