CURRENT_DATE 現在の日付を返します。 フォーマットは 年-月-日 です。 Returns a human-readable string of the current date in the format %Y-%m-%d. 結果: 2013-02-01 CURRENT_TIME サーバーの現在時刻を、読みやすい形で返します。 フォーマットは 時-分-秒 の形です。 Returns a human-readable string of the server's current time in the format %H:%M:%S. 結果: 01:32:56 CURRENT_TIMESTAMP サーバーの現在時刻を、タイムスタンプで返します。 フォーマットは 年-月-日 時:分:秒 です。 Returns a TIMESTAMP data type of the server'