I have one column in my Table with DateTime as its datatype. Now I would like to remove the date part from the datetime column, and update the same column with only time part contained in it. How should I proceed?
Below is the column value :
1900-01-01 01:43:00.000
Expected value after update would be :
01:43:00.000