Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Fri Dec 28, 2007 3:38 pm Post subject:
kirankumargupt,
They are NOT junk characters. The extra 2 bytes you see is the length field of a varchar column. So You need the char function to treat them as Char columns which has fixed length.
Code:
Select CHAR((Digits(eno)))
,CHAR(',')
,CHAR(Ename)
,CHAR(',')
,CHAR((Digits(eage)))
from Employee;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum