Explorar el Código

'README.md' updaten

master
Bart De Lepeleer hace 2 años
padre
commit
6338b64910
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      README.md

+ 4
- 4
README.md Ver fichero

@@ -48,10 +48,10 @@ Use the LIMIT clause so the result set contains only the rows with the 5 largest

Write a SELECT statement that returns these columns from the Invoices table:

invoice_number (The invoice_number column)
invoice_date (The invoice_date column)
balance_due (The invoice_total column minus the payment_total and credit_total columns)
payment_date (The payment_date column)
**invoice_number** (The invoice_number column)
**invoice_date** (The invoice_date column)
**balance_due** (The invoice_total column minus the payment_total and credit_total columns)
**payment_date** (The payment_date column)

Return only the rows where the payment_date column contains a null value. This should retrieve 11 rows.


Cargando…
Cancelar
Guardar