Sl,No Name BirthDay
1 Jojin1 2013-05-12 00:00:00.000
2 jojin2 2012-06-12 00:00:00.000
3 jojin3 2015-04-12 00:00:00.000
I have table called Datefunction. In that Birthday in above display format but I need DD/MM/YYYY. I try to convert below Query but Updating successful message, but check with Table not happening changes
UPDATE DateFunction
SET BirthDay = CONVERT(VARCHAR(15),BirthDay,103)