finding number of months between two dates
How to find the number of months between two dates. if would like to check the number of months based on which I have to filter the data
-
Hi Ganesh,
Please refer to the documentation on our TIMESTAMPDIFF function.
It takes arguments for start date, end date, and date interval. You can specify Months as the interval, and then specify two date columns.
Please sign in to leave a comment.
Comments
1 comment