SELECT MONTH(CURRENT_TIMESTAMP); SELECT DATEPART(month, CURRENT_TIMESTAMP); Code language: SQL (Structured Query Language) (sql)