Re: Re: Re: Доп курс парсинг

From Flying Plover, 9 Months ago, written in Python, viewed 322 times. This paste is a reply to Re: Re: Доп курс парсинг from Fiery Tern - view diff
URL http://codebin.org/view/f9ae56e4 Embed
Download Paste or View Raw
  1. SELECT customer_id,
  2.        invoice_date,
  3.        total,
  4.            DATE_TRUNC('month', CAST(invoice_date AS timestamp)),
  5.        EXTRACT (WEEK FROM CAST (invoice_date AS timestamp)),     -- допишите нужные столбцы
  6. FROM invoice_date
  7. WHERE customer_id BETWEEN 20 AND 50;

Replies to Re: Re: Re: Доп курс парсинг rss

Title Name Language When
Re: Re: Re: Re: Доп курс парсинг Buff Treeshrew python 1 Month ago.
Re: Re: Re: Re: Доп курс парсинг Social Butterfly python 5 Months ago.
Re: Re: Re: Re: Доп курс парсинг Insensitive Teal python 9 Months ago.

Reply to "Re: Re: Re: Доп курс парсинг"

Here you can reply to the paste above