ltv
This commit is contained in:
parent
76c5710ee7
commit
3f50754fc6
@ -118,7 +118,7 @@ class XAnalysis:
|
|||||||
FROM {self.game}.event
|
FROM {self.game}.event
|
||||||
where `#event_name` = 'create_account'
|
where `#event_name` = 'create_account'
|
||||||
and {where_str}) as a
|
and {where_str}) as a
|
||||||
left join (select `#account_id`, money, toDate(addHours(`#event_time`, `#zone_offset`)) as date
|
left join (select `#account_id`, unitPrice/100 as money, toDate(addHours(`#event_time`, `#zone_offset`)) as date
|
||||||
from {self.game}.event
|
from {self.game}.event
|
||||||
where `#event_name` = 'pay') b
|
where `#event_name` = 'pay') b
|
||||||
on a.`#account_id` = b.`#account_id`
|
on a.`#account_id` = b.`#account_id`
|
||||||
|
Loading…
Reference in New Issue
Block a user