Aug 19, 2003 #1 filure Technical User Joined Jun 30, 2003 Messages 3 Location FR Hi, i want to add 15 seconds to a date time field : "2003-08-19 18:00:00 + 15s" --> 2003-08-19 18:00:15 how can i do that in teradata? Any hint? Thanks.
Hi, i want to add 15 seconds to a date time field : "2003-08-19 18:00:00 + 15s" --> 2003-08-19 18:00:15 how can i do that in teradata? Any hint? Thanks.
Aug 19, 2003 #2 dnoeth Instructor Joined Oct 16, 2002 Messages 545 Location DE Using plain Standard SQL: TimeStampColumn + INTERVAL '15' SECOND Dieter Upvote 0 Downvote