I have a column with a date and a column with a time. Ie: 11/27/2016 | 11:48:14
I want to add a column that contains the sum of the date and the time: 11/27/2016 11:48:14.
What would be the best syntax to perform that?
Thanks!
I want to add a column that contains the sum of the date and the time: 11/27/2016 11:48:14.
What would be the best syntax to perform that?
Thanks!