I have to convert the column [LastNonMon] [decimal](19, 4) NULL, to datetime.
My manager adviced me to convert the decimal to int and then to datetime using cast and convert. Please help me with the syntax .
I have to convert the column [LastNonMon] [decimal](19, 4) NULL, to datetime.
My manager adviced me to convert the decimal to int and then to datetime using cast and convert. Please help me with the syntax .