Want to update from data type of Date which is now 1980-12-17 00:00:00.000
to 17-Dec-80
in Microsoft SQL Server management studio
and I m trying to do update command
UPDATE emp SET HIREDATE = 17-Dec-80 WHERE EMPNO= 7369;
But I'm getting error.
Msg 207, Level 16, State 1, Line 1 Invalid column name 'Dec'