SelectDB Cloud
SQL 手册
函数
date-time-functions
months_diff

months_diff

description

Syntax

INT months_diff(DATETIME enddate, DATETIME startdate)

开始时间到结束时间相差几个月

example

mysql> select months_diff('2020-12-25','2020-10-25');
+-----------------------------------------------------------+
| months_diff('2020-12-25 00:00:00', '2020-10-25 00:00:00') |
+-----------------------------------------------------------+
|                                                         2 |
+-----------------------------------------------------------+

keywords

months_diff
© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标