You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

exer_5C56.sql 114B

123456
  1. USE AP;
  2. UPDATE invoices
  3. SET payment_date = '2018-09-21',
  4. payment_total = 19351.18
  5. WHERE invoice_number = '97/522'