Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Calculate a future or past date by adding or subtracting an interval from an existing date.
Strip the time portion from a timestamp so only the calendar date remains.
Return the year component from a date or timestamp value.
Return the current date and time using `CURRENT_TIMESTAMP` or engine-specific functions.
Bucket dates into month starts, then aggregate counts or totals per month.
Convert a text string in a known format into a native DATE value using engine-specific parsing functions.
Truncate a timestamp to the start of a month, day, or hour using engine-specific functions.