Viewing post 1 (of 1 total)
Thanks a lot Sachin
That works!
I also found out another way of doing this:
DECLARE @First INT DECLARE @Second INT SELECT @First = 1 + 2, @Second = 3 + 4 ...
September 20, 2003 at 12:51 am
#475147