SELECT first_name,
SELECT *
last_name,
FROM invoice
country
WHERE EXTRACT(MONTH FROM CAST(invoice_date AS TIMESTAMP)) IN (9);