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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-10-31 : 07:57:11
|
| Kim Amundsen writes "I need to do a recursively procedure to retrieve data from a table where posts may have a ID as a link to an another post in same table. Like threads. I need to build a dataset with all posts in one thread.I was wondering about using the datatype table. But how does that work? and most important. Is there possible with recursively call in SQL?" |
|
|
ehorn
Master Smack Fu Yak Hacker
1632 Posts |
Posted - 2003-10-31 : 09:51:05
|
| You may not need recursion... Can you post some DDL and DML? |
 |
|
|
|
|
|