2011年6月23日 星期四

sql 字串相加

declare @a varchar(3)
declare @b varchar(3)
set @a='2'
set @b='3'
print @a+@b

沒有留言:

張貼留言