Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i am trying to implement the following query
select pdr_prod_code, count(1),
sum(decode(pdr_status, 'R', 1, 0)) from t_pol_due_for_ren
where trunc(pdr_pol_to_dt) between '01-DEC-2014' and '31-DEC-2014'
group by pdr_prod_code
in line chart. month and year as dimensions
please suggest me something its urgent...
thank you
thanks all