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 |
gabyo81
Starting Member
1 Post |
Posted - 2010-10-01 : 12:07:45
|
Im wondering if its possible to have a hierarchy like this:parent A,BAnd the children for A would be 1,3And the children for B would be 2,3, if you can see both parents have the same child "3". is this possible??if it is, how can I achieve this? |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-10-01 : 12:10:05
|
That is a many to many relation.Use a third table and get the id's married. No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
|
|