Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 24 Oct 2001 @ 14:09:03 GMT


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


Subj:   Re: Conversion of a Julian date in a multiload
 
From:   Wesley Loftis

You should be able to use the sys_calendar.calendar table to obtain the correct calendar date format.

You may want to move the date "AS IS" YYYYDDD into a TD table and then do conversion outside of MLOAD.

SAMPLE OF SYS_CALENDAR USE:

select  calendar_date
 from sys_calendar.calendar sc
  where year_of_calendar = '2001' and
             day_of_year = 264;

Wes Loftis



     
  <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