[MonetDB-users] date/time conversions
22 Jun
2007
22 Jun
'07
5:47 p.m.
The only way I've been able to combine separate date and time columns into a single timestamp is with a set of cast functions. e.g. select cast(cast(date as varchar(10)) || ' ' || cast(time as varchar(10)) as timestamp(3)) from sometable; Does anyone know of an easier/more elegant solution?
6399
Age (days ago)
6399
Last active (days ago)
0 comments
1 participants
participants (1)
-
Colin Foss