Hello,
I have a problem with TimeStamp arithmatic.
I am trying to add a date and a time to gve me a time stamp.
Basically if i cast the date as a timestamp it will give me a time stamp of
2002-09-21 00:00:00
I want to add to it, the time
00:57:17.000000
(i can format the seonds later)
so that i get a time stamp of
2002-09-21 00:57:17.000000
I don't know much about intervals etc to get this to work!
Thanks,
Liam
I have a problem with TimeStamp arithmatic.
I am trying to add a date and a time to gve me a time stamp.
Basically if i cast the date as a timestamp it will give me a time stamp of
2002-09-21 00:00:00
I want to add to it, the time
00:57:17.000000
(i can format the seonds later)
so that i get a time stamp of
2002-09-21 00:57:17.000000
I don't know much about intervals etc to get this to work!
Thanks,
Liam