2557Fermer2559
smeetLe 19/12/2005 à 18:16
select count(*), batch_id from tlog group by batch_id having count(*) > 1000 order by count(*) ;