Moved and added data for graphs etc. for org dashboard
This commit is contained in:
parent
13021934e3
commit
e625dc8ffe
6 changed files with 242 additions and 2 deletions
|
@ -17,7 +17,8 @@ SELECT "value",
|
|||
"seller_id",
|
||||
DATE_TRUNC('hour', "purchase_time") AS "quantised_hours",
|
||||
DATE_TRUNC('day', "purchase_time") AS "quantised_days",
|
||||
DATE_TRUNC('week', "purchase_time") AS "quantised_weeks"
|
||||
DATE_TRUNC('week', "purchase_time") AS "quantised_weeks",
|
||||
DATE_TRUNC('month', "purchase_time") AS "quantised_months"
|
||||
FROM "transactions"
|
||||
/);
|
||||
|
||||
|
|
Reference in a new issue