Search code examples
sqldatetimeepoch

What's the result of the SQL statement "SELECT DATEADD(s,1234567890, '19700101')"?


For some reason, my SQL installation isn't working :)

SELECT DATEADD(s,1234567890, '19700101')

Maybe this site would help (link from Moose).


Solution

  • Total awesomeness!