o10i

From Андрей Викторович Борисов, 4 Months ago, written in SQL, viewed 59 times.
URL http://codebin.org/view/058dd7b1 Embed
Download Paste or View Raw
  1. SELECT *,
  2.        SUM(revenue) OVER() AS total_amt
  3. FROM online_store.orders;

Reply to "o10i"

Here you can reply to the paste above