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 |
|
Karander
Starting Member
34 Posts |
Posted - 2004-09-23 : 06:45:54
|
| I know this is basic question, but i can not find on-line reference book about mssql.How to write loop, what in pascal is written like this:for I := 1 to 10 do beginend;Thanks ;) |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2004-09-23 : 06:55:22
|
| look up while in BOL |
 |
|
|
Karander
Starting Member
34 Posts |
Posted - 2004-09-23 : 07:24:01
|
quote: Originally posted by jen look up while in BOL
Thanks ;) |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2004-09-23 : 07:25:11
|
but loops don't get used that much. there usually is a set-based way. what are you trying to do?Go with the flow & have fun! Else fight the flow |
 |
|
|
|
|
|