Browse Source

oef3

master
willy vervest 2 years ago
parent
commit
137fcb039b
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Exec_3.sql

+ 7
- 0
Exec_3.sql View File

@@ -0,0 +1,7 @@
SELECT invoice_due_date,
invoice_total
FROM invoices
WHERE invoice_total / 10 AS 10%,
invoice_total + 10% AS Plus 10%,
invoice_total BETWEEN 500 AND 1000
ORDER BY invoices_due_date DESC;

Loading…
Cancel
Save