I dont want to use Convert(Char(9) ,date,106) function to show date in dd/MM/yyyy format. It changes the datatype of my column to char & I cant perform other date operations on it without changing it back to datetime.
Is there any T-sql way of doing it?
Is there any T-sql way of doing it?
Comment