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 |
tml
Starting Member
2 Posts |
Posted - 2008-12-10 : 19:16:40
|
I have a table I'm using for site navigation. I can query the top level pages by checking to see if the navigation record doesn't have a ParentNavigationID. What I want to accomplish is getting the number of child pages each top level navigation has in the same query.Can someone provide a sample of how I would return:NavigationID, Name, ChildRecordsThanks! |
|
tosscrosby
Aged Yak Warrior
676 Posts |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|