zOs/SQL/EL013

select date(EL013CTS), count(*)
    FROM oa1t.tel013a1
    group by date(el013cts)
    order by 1 desc
    with ur