Without running the following code , can you guess the datatype of the column t?
select null+getdate()+772.67 as t into #t5
Tags: SQL Server, #SQLServer, SQLServerPedia Syndication, Career,
It will create datetime datatype for column t.
That's quite a misleading title !
The reason for the latter can be found in the documentation of