I need to update a date column value replace some string in replace the same value to date column.
Ex: Now date field have '2017-06-12 05:05:05' this value i need to replace this value to '2017-06-12'
I need query like update query
UPDATE student SET student_name = replace(student_name, 'John', 'Mark');