Created
November 17, 2012 22:09
-
-
Save hpatoio/4100664 to your computer and use it in GitHub Desktop.
Convert unix timestamp to date in MsSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT dateadd(ss, {field_name}, '19700101') FROM {your_table} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment