|
@@ -18,7 +18,7 @@
|
|
|
select spa.time ,COUNT(spa.user_id) as countNum
|
|
select spa.time ,COUNT(spa.user_id) as countNum
|
|
|
from(
|
|
from(
|
|
|
SELECT
|
|
SELECT
|
|
|
- DISTINCT s.user_id,DATE_FORMAT(s.create_time, '%Y-%m-%d' ) as time
|
|
|
|
|
|
|
+ DISTINCT s.user_id,DATE_FORMAT(s.create_time, '%Y-%m-%d %H' ) as time
|
|
|
FROM
|
|
FROM
|
|
|
sys_geography_position_record s
|
|
sys_geography_position_record s
|
|
|
<where>
|
|
<where>
|