View previous topic :: View next topic |
Author |
Message |
monaco Beginner
Joined: 20 May 2004 Posts: 77 Topics: 31
|
Posted: Fri Dec 17, 2004 9:45 am Post subject: Timestamp when you are loading a DB2 table |
|
|
Hi all,
i'd like to ask you a question:
i need to load a table and one of its column has a TIMESTAMP format. Is there a way when i load the table for filling in this column the current timestamp?
Kind regards. |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
|
Back to top |
|
 |
videlord Beginner
Joined: 09 Dec 2004 Posts: 147 Topics: 19
|
Posted: Tue Jan 04, 2005 3:40 am Post subject: |
|
|
The link explain using SQL INSERT, but not for DB2 Utility.
If the Column define as With Default, it can be loaded with current timestamp
(ignore the field, or using DEFAULTIF) |
|
Back to top |
|
 |
|
|