Viewing 5 posts - 1 through 5 (of 5 total)
As a long time user of Oracle and a new user of Sql Server - my opinion depends on my last task. I have days that I marvel at SqlServer's...
November 18, 2002 at 12:57 pm
Thanks! This worked.
SELECT DATEADD(s, open_date, '1 / 1 / 1970') AS conv_dt FROM table_name
Much appreciated
November 5, 2002 at 2:38 pm
SELECT DATEADD(s, open_date, '1 / 1 / 1970') AS conv_dt FROM table_name
November 5, 2002 at 2:35 pm
Thanks so much for your reply. I'm new to SQLSERVER so bare with me. I'm selecting a field from a table (opendate)that is a character field in time_t. If I...
November 5, 2002 at 1:16 pm
Viewing 5 posts - 1 through 5 (of 5 total)