現在の日付+時刻を取得する(日付+時刻) 1.1 関数: now()
関連関数: current_timestamp()、localtime()、localtimestamp()
例:
2. 現在の日付(日付)を取得します
関数: curdate()
関連関数: current_date()、current_date
例:
3. 現在時刻(時刻)を取得します
関数: curtime()
関連関数: current_time()、current_time
例
4. MySQL の日…
関数: dayofweek()、dayofmonth()、dayofyear() はそれぞれ、日付パラメータとその週、月、年の位置を返します。
例
set @dt = '2008-08-08';
曜日を選択(@dt) -- 6
月の日を選択してください(@dt) -- 8
年の日を選択してください(@dt) -- 221
日付「2008-08-08」は週の 6 日目です (1 = 日曜日、2 = 月曜日、…、7 = 土曜日)
1月8日、今年の221日目