declare @a varchar(200),
@b char(8)select @b='123456'
select @a='好像'+rtrim(@b)+'有问题'
select @a