PostgreSQL CURRENT DATE
From w3cyberlearnings
Contents |
Postgresql current_date
This function returns the current date.
Syntax current_date
current_date;
Example 1
postgres=# SELECT current_date; date ------------ 2012-06-16 (1 row)
Example 2
Related Links
- age
- clock_timestamp
- current_date
- current_time
- current_timestamp