Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 04 Feb 2004 @ 10:14:30 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: How to find the week-ending-date for a given date?
 
From:   Mirjam Berger

Hi Pratibha,

you can use the sys_calendar for this:

select calendar_date, calendar_date + (7- day_of_week)
end_of_week_date
from
 sys_calendar.calendar
where calendar_date
in
('2004-02-04', '2004-02-07') ;

Thanks,

Mirjam



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023