次のクエリで* current_date()*関数を確認しましょう。
default> select current_date() as today_date;
上記のクエリは、次の結果を生成します。
today_date ------------------------------- 2016-08-11
出力には今日の日付が表示されます。