- SELECT date_trunc('month', CAST(created_at AS date)),
- total_amt,
- SUM(total_amt) OVER(ORDER BY created_at)
- FROM tools_shop.orders;
Re: Re: Untitled
From Corrupt Ibis, 3 Months ago, written in Plain Text, viewed 81 times.
This paste is a reply to Re: Untitled from Beige Porcupine
- view diff
URL http://codebin.org/view/4fb28817
Embed
Download Paste or View Raw
— Expand Paste to full width of browser