SELECT customer_id,
DATE_TRUNC('hour',CAST(invoice_date AS date)),
total-- ???? ???????? ?????? ????
FROM invoice
WHERE EXTRACT(MONTH FROM CAST(invoice_date AS timestamp)) = 9
AND customer_id IN(11,13,44,36,48,52,54,56);
Re: Re: Re: Untitled
From Little Zebra, 7 Months ago, written in Plain Text, viewed 161 times.
This paste is a reply to Re: Re: Untitled from Gray Duck
- go back
URL http://codebin.org/view/220a89af/diff
Embed
Viewing differences between Re: Re: Untitled and Re: Re: Re: Untitled
— Expand Paste to full width of browser