no need for resetting random generator with seed

This commit is contained in:
2023-06-16 17:15:17 +08:00
parent 36abde1022
commit 09ea2e9527
10 changed files with 38 additions and 39 deletions

View File

@@ -15,5 +15,5 @@ inner join (select s_id, max(ts) as max_ts from iiabmdb.without_exp_result where
on a.id = b.s_id
group by e_id) as b
on a.id = b.e_id
where count >= 12
where count > 10
order by count desc;