Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 convert decimal to datetime

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-26 : 08:16:28
Harald writes "I've got a table with a column which is defined following:
dat decimal(5)
This column represent a date: yymmdd (for instance: 980623)

Now I'd like to insert this column into another table with a datetime column.

How can I convert the decimal column into a datetime column?


regards
Harald"
   

- Advertisement -