MONTH

<< Click to Display Table of Contents >>

Navigation:  Apollo SQL > Date and Time Functions >

MONTH

function MONTH(date)

Return the month for the given date

 SELECT MONTH(LastInvoiceDate) FROM Customer