prism
This commit is contained in:
@@ -149,7 +149,7 @@ where action_id = (select action_id from actions where action = 'block-break')
|
|||||||
group by world_id, x, y, z
|
group by world_id, x, y, z
|
||||||
order by count((world_id, x, y, z)) desc;
|
order by count((world_id, x, y, z)) desc;
|
||||||
|
|
||||||
-- 1天内,非明确实体触发的block-break行为,按坐标分组
|
-- 1天内,cause_id为null的block-break行为,按坐标分组
|
||||||
select world_id, x, y, z, count((world_id, x, y, z))
|
select world_id, x, y, z, count((world_id, x, y, z))
|
||||||
from activities
|
from activities
|
||||||
where action_id = (select action_id from actions where action = 'block-break')
|
where action_id = (select action_id from actions where action = 'block-break')
|
||||||
|
|||||||
Reference in New Issue
Block a user