Re: Re: Untitled

From Gray Duck, 9 Months ago, written in Plain Text, viewed 353 times. This paste is a reply to Re: Untitled from Beige Dove - view diff
URL http://codebin.org/view/08546f1d Embed
Download Paste or View Raw
  1. SELECT customer_id,
  2.        DATE_TRUNC('hour',CAST(invoice_date AS date)),
  3.        total-- сюда запишите нужные поля
  4. FROM invoice
  5. WHERE EXTRACT(MONTH FROM CAST(invoice_date AS timestamp)) = 9
  6. AND customer_id IN(11,13,44,36,48,52,54,56);

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Little Zebra text 7 Months ago.
Re: Re: Re: Untitled Bulky Tern text 9 Months ago.

Reply to "Re: Re: Untitled"

Here you can reply to the paste above