PL/SQL (MOSC)

MOSC Banner

Oracle PL/SQL to group data for each day of the month

edited Apr 11, 2017 12:43PM in PL/SQL (MOSC) 9 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center