Return the month
Syntax
month(dt_expr)
Arguments
Description
This function returns the month component in the specified date expression as a number between 1 and 12.
Example
select month(curdate()) as "Current Month"; Current Month 4
Copyright © 2020, Raima Inc. All rights reserved. [7/21/2020 12:09:43 PM]