I was looking up a way to solve the following:
Display the Week (eg: 1-52), start and end date of that week and a count of something.
The week, was figured to be something like: to_Char(, 'WW')
but i dont know how to get the first and last date of those weeks.
How do i do that with SqlPlus?
Edit:
Given: a table that contains a column of dates.