Untitled

From Gentle Macaque, 5 Months ago, written in SQL, viewed 78 times.
URL http://codebin.org/view/25cd9e03 Embed
Download Paste or View Raw
  1. SELECT AVG(total)
  2. FROM invoice
  3. WHERE EXTRACT(DOW FROM CAST(invoice_date AS TIMESTAMP)) = 0

Reply to "Untitled"

Here you can reply to the paste above