Home > Database > Mysql Tutorial > How to use the QUARTER function in MySQL

How to use the QUARTER function in MySQL

WBOY
Release: 2023-05-27 18:46:36
forward
1779 people have browsed it

QUARTER(date)

SELECT QUARTER(‘2016-01-16') 
SELECT QUARTER(‘2016-01-16 00:00:00')
Copy after login
-> 1 (表示返回date的是当年的第几个季度,返回1,2,3,4)
Copy after login

The above is the detailed content of How to use the QUARTER function in MySQL. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template