SET @.string1 = 'aa'SET @.string2 = 'bb'
How can I get a string 'aabb' in stored procedure in SQL SERVER 2000?
thanksAs I understand ur question u can show such
Print @.string1 + @.string2
uninstall SQL,sql server
No comments:
Post a Comment