if you want to accurate answare then you excu. this query...........................select TRUNC(SYSDATE) date, to_char(SYSDATE,'day') day from DUAL order by to_char(TRUNC(SYSDATE)-1,'d')
Above answer was rated as good by the following members: prateekm
RE: How can we order the column of day (mon to sun)suc...
if you want to accurate answare then you excu. this query...........................select TRUNC(SYSDATE) date to_char(SYSDATE 'day') day from DUAL order by to_char(TRUNC(SYSDATE)-1 'd')