VeloDB Cloud
SQL Manual
SQL Functions
Date Functions
QUARTER

quarter

description

Syntax

INT quarter(DATETIME date)

Returns the quarter to which the specified date belongs, as an INT

Example

mysql> select quarter('2022-09-22 17:00:00');
+--------------------------------+
| quarter('2022-09-22 17:00:00') |
+--------------------------------+
|                              3 |
+--------------------------------+

keywords

quarter