How to use QUARTER function in MySQL
This article mainly introduces how to use the QUARTER function in MySQL, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand it.
QUARTER (date)
SELECT QUARTER ('2016-01-16') SELECT QUARTER ('2016-01-16 00 SELECT QUARTER)-> 1 (indicates the quarter of the year in which date is returned, and returns 1, 2, and 3) Thank you for reading this article carefully. I hope the article "how to use the QUARTER function in MySQL" shared by the editor will be helpful to you. At the same time, I hope you will support us, pay attention to the industry information channel, and more related knowledge is waiting for you to learn!