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 |
|
georous
Starting Member
12 Posts |
Posted - 2007-02-02 : 13:40:16
|
| hi!My schema isTables CC KWDS Fields it , ref ut , deeach CC.it and CC.ref is a KWDS.ut.The underlying logic is the following.CC.it is an article ID.CC.ref is an article ID that is referenced by cc.itKWDS.ut is an article IDand KWDS.de is a keyword.How can a group all the referenced KWDS.deby each article???I'm a student at the aetos.it.teithe.grand not a commercial programmer.Thank you for your help!! |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-02-02 : 13:49:23
|
| Please provide a data example of what you mean as what you have described is very confusing.Tara Kizer |
 |
|
|
georous
Starting Member
12 Posts |
Posted - 2007-02-02 : 14:05:20
|
| Table CC CC.IT CC.REF000179726200041 000079617600012 000179726200041 000174835800008 Table KWDS KWDS.UT KWDS.REF000179726200041 , tibolone 000179726200041 , C-reactive protein 000079617600012 , hormone replacement therapy000174835800008 , hormonesNow, i'm trying to get all the keywords of articles referenced by one article. (for each CC.IT)the results should be like 000179726200041 hormone replacement therapy, hormones ,...The goal is to group all keywords whose CC.REF is referenced by CC.ITTHNX!!! |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
|
|
|