Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT customer_id,
- billing_country,
- CAST(invoice_date AS date)
- FROM invoice
- WHERE CAST(invoice_date AS date) >= '2009-01-06';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement