Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Shadab Shah
Starting Member
23 Posts |
Posted - 2012-07-19 : 05:50:55
|
Hi all,I have being trying to stored a value from a select statement in a variable . Since i know that arrays cannot be used in SQL Server, so what are the alternatives i can used to store the values. To Give a clear picture of what i am trying to do is,col1100150200250so i want variable which should be having each individual value. for example like @a=100, @b=150, @c=200, @d=250. |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
Shadab Shah
Starting Member
23 Posts |
Posted - 2012-07-19 : 06:09:16
|
I was not getting appropiate answer over there so thought of posting it here :-) |
 |
|
|
|
|