Month Query Custom Field

I am looking to search based on the month portion of a custom date field. The equivalent postgresql where statement is: EXTRACT(MONTH FROM ) = 10
Is there a way to do this with ticket-sql?