Oracle PL/SQL to group data for each day of the month
Sample Data
I need your help to modify following SQL to get following desire output.
select seit_statusdate, seit_taskname, seit_imtl_function, seit_stas_abbreviation
from clarity.service_implementation_tasks_a
where seit_imtl_tasktype='SYSTEM'
and seit_stas_abbreviation = 'ERROR';
Desire output.