瀏覽代碼

oef4

master
willy vervest 2 年之前
父節點
當前提交
91e1eab50f
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      Exec_4.sql

+ 7
- 0
Exec_4.sql 查看文件

SELECT invoice_number,
invoice_total,
payment_total + credit_total AS payment_credit_total,
invoice_total - payment_total - credit_total AS balance_due
FROM invoices
WHERE balance_due > 50
ORDER BY balance_due DESC;

Loading…
取消
儲存