Advertisement
AlexErin1308

Task #4

May 12th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT customer_id,
  2.        billing_country,
  3.        CAST(invoice_date AS date)
  4. FROM invoice
  5. WHERE CAST(invoice_date AS date) >= '2009-01-06';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement