QUARTER(date) returns the quarter of the year for date, in the range 1 to 4. : QUARTER : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » QUARTER »

 

QUARTER(date) returns the quarter of the year for date, in the range 1 to 4.


mysql>
mysql> SELECT QUARTER('99-04-01');
+---------------------+
| QUARTER('99-04-01') |
+---------------------+
|                   |
+---------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» QUARTER