Untitled
unknown
plain_text
4 years ago
240 B
5
Indexable
SELECT (date_upd::date = '2019-06-05') as update_date, category, COUNT(name) as name_cnt FROM products_data_all WHERE (date_upd::date) = '2019-06-05' GROUP BY category, update_date ORDER BY name_cnt;
Editor is loading...