Hi Domo,
I have two columns: a date column (date datatype) and an hour column (0-23 integer type).
What formula could I use to combine the two columns into a timestamp, assuming the minutes, and seconds are zero?
Thanks,
Try this
DATE_ADD( YourDateField , INTERVAL YourIntegerField HOUR)
YourDateField
YourIntegerField