If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Dsntiaul

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-03, 14:59
marsel marsel is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
Dsntiaul

Hello,

I would like to download a DB2 table using a DSNTIAUL sentence.

The problem is that the dates are being downloaded in format 'DD.MM.YYYY', according to the customization of the DB2 installation.

Is there any parameter to download the dates in the correct format 'YYYY-MM-DD'??

Thank you for your help!

Mark
Reply With Quote
  #2 (permalink)  
Old 11-05-03, 15:46
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
SELECT CHAR(DATE_COLUMN, ISO) FROM TAB1

This will return the column in ISO format ('YYYY-MM-DD')
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On