hi KPK,
the following will return the previous weeknumber...
TO_CHAR(CURRENT_TIMESTAMP,'WW')-1 FROM DUMMY;
will return 7,
cheers,
jamie
hi KPK,
the following will return the previous weeknumber...
TO_CHAR(CURRENT_TIMESTAMP,'WW')-1 FROM DUMMY;
will return 7,
cheers,
jamie