Untitled

From Crippled Kangaroo, 4 Months ago, written in Plain Text, viewed 60 times.
URL http://codebin.org/view/be21872c Embed
Download Paste or View Raw
  1. SELECT customer_id,
  2.        invoice_date,
  3.        billing_address,
  4.        billing_city
  5. FROM invoice
  6. LIMIT 5 OFFSET 0;

Reply to "Untitled"

Here you can reply to the paste above