SQL CAST TO GET MONTH in where clause code example Example: sql get month name SELECT GETDATE() 'Today', FORMAT(GETDATE(),'MMMM') 'Month Name'