Home » RDBMS Server » Server Administration » Re: DATE TRUNCATING
Re: DATE TRUNCATING [message #375027] Thu, 19 July 2001 18:09
sanjai
Messages: 8
Registered: July 2001
Junior Member
Hi,
Try this one.
Kavithas query gets u the first and last day of current week..

I just modified it
select sysdate, trunc(sysdate-7, 'W')+1,
trunc(sysdate, 'W')from dual;

regards
Sanjai
Previous Topic: Re: DATE TRUNCATING
Next Topic: Re: DATE TRUNCATING
Goto Forum:
  


Current Time: Fri Jul 05 11:25:12 CDT 2024