baabhu
SSCertifiable
Points: 6205
More actions
April 12, 2013 at 1:21 am
#1605868
Neither I don't understand for the reason for char(3).
sqlnaive
SSCoach
Points: 17437
April 15, 2013 at 2:22 am
#1606374
Seems pretty simple question to me. An easy point. 🙂
Arno Kwetters
Hall of Fame
Points: 3899
June 15, 2015 at 2:56 am
#1805404
Why is the type char(3) ?
If I use one of the below selects, then it is all the same !
select convert (char(3),11/9)
select convert (int,11/9)
select convert(float ,11/9)
SQL_Hunt
SSC-Dedicated
Points: 33518
June 15, 2015 at 1:15 pm
#1805560
good question on datatype conversion practices.
Thanks.
Viewing 4 posts - 31 through 34 (of 34 total)
You must be logged in to reply to this topic. Login to reply