SQL DATE SYNTAX
For strftime(__, timestamp)
:
%Y
returns the year (YYYY)%m
returns the month (01-12)%d
returns the day of the month (1-31)%H
returns 24-hour clock (00-23)%M
returns the minute (00-59)%S
returns the seconds (00-59
For strftime(__, timestamp)
:
%Y
returns the year (YYYY)%m
returns the month (01-12)%d
returns the day of the month (1-31)%H
returns 24-hour clock (00-23)%M
returns the minute (00-59)%S
returns the seconds (00-59
Comments
Post a Comment