i have view having a date column that includes both date and time ,i want seperate that columns in to date and time columns
I tried the getdate function its not working , here is my example sql table data
title description date
sample this is sample 2018-11-08 23:59:59.000
i want to have
date time
2018-11-08 23:59