Browse Source

oef5

master
willy vervest 2 years ago
parent
commit
f4d793e53e
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Exec_5.sql

+ 6
- 0
Exec_5.sql View File

@@ -0,0 +1,6 @@
SELECT invoice_number,
invoice_date,
invoice_total - payment_total - credit_total AS balance_due,
payment_date
FROM invoices
WHERE payment_date = null;

Loading…
Cancel
Save