joining date and time

 

 

 

 

 

I have a several hundred thousand records

 

in a table where the date and time are seperate

values

that I need

 

to join into one datetime value

where

 

 

(perf_dt) = 2004-12-20 00:00:

00.000

and

 

 

perf_time = 1899-12-30 18:30:

00.000

result that

 

is desired is 2004-12-20 18:30:

00.000

I would appreciate a tip

 

from some

one how to code this

Parents Reply Children
No Data