Convert INT to DATETIME (SQL) - Stack Overflow
I am trying to convert a date to datetime but am getting errors. The datatype I'm converting from is (float,null) and I'd like to convert it to DATETIME. The first line of this code works fine, bu... ... you need to convert to char first because convertin...