no need for resetting random generator with seed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user