Convert

  • What actually happens when I convert date to float?

    Select convert(float,getdate(),112)

  • You get a float value that is n days since Jan 01 1900 00:00:00

    Select convert(float,getdate(),112)

    SELECT CONVERT(DATETIME,41729.6878646605 )

    gsc_dba

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply