DT
Size: a a a
DT
D
DT
D
D
DT
D
DT
DD
DT
DD
DD
IK
SELECT date,
sum(parent_profit) as sum
FROM referral_income
WHERE date >= toDate('{start_date}') AND
date <= toDate('{end_date}')
GROUP by date
ORDER BY date
WITH FILL FROM toDate('{start_date}') TO toDate('{end_date}')
DT
A
S
A
S
OM
l