March 15, 2013 at 4:08 pm
For some reason I just didn't catch the CHAR(3) in the question. Even if I had, I would still have picked '0'.
April 12, 2013 at 1:21 am
Neither I don't understand for the reason for char(3).
April 15, 2013 at 2:22 am
Seems pretty simple question to me. An easy point. 🙂
June 15, 2015 at 2:56 am
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)
June 15, 2015 at 1:15 pm
good question on datatype conversion practices.
Thanks.
Viewing 5 posts - 31 through 34 (of 34 total)
You must be logged in to reply to this topic. Login to reply