I have following query in which data is coming from a table and in data there is no row of Sunday and i want to add the row of sunday using query .here is my query results and query
select bpv_date from all_dates
and the result is like this
01-dec-2012
02-dec-2012
03-dec-2012
04-dec-2012
05-dec-2012
06-dec-2012
.
.
.
.
30-dec-2012
I want to create dynamically a row of sunday for each month.Please Help !
My penny (something like joke:))