DMX Content Query
- From: "Erhan Erisken" <eerisken@xxxxxxxxxx>
- Date: Mon, 11 Dec 2006 09:30:24 +0200
hi all,
I want to write a content query against my Clutsering model...
I have figured out smt like this:
SELECT FLATTENED
(SELECT ATTRIBUTE_NAME, ATTRIBUTE_VALUE, [SUPPORT], [PROBABILITY]
FROM NODE_DISTRIBUTION ) AS d
FROM PersonelCluster1MM.CONTENT
WHERE Node_Type = 5 AND NODE_CAPTION = 'Cluster 1'
But, what I really want to do is to get a list of clusters together with the
most important attributes contributing to that cluster.
I tried to use 'top 10' and 'order by Probability', but it gives errors,
either says options are not allowed in sub-select, or smt like that...
Is there any idea or any resource explaining how to make content querires in
depth...
Thanks...
.
- Follow-Ups:
- RE: DMX Content Query
- From: Bogdan Crivat
- RE: DMX Content Query
- Prev by Date: Re: Forecasting Model Viewer - Help
- Next by Date: Report Server and Data Mining Connection error
- Previous by thread: Re: Forecasting Model Viewer - Help
- Next by thread: RE: DMX Content Query
- Index(es):
Relevant Pages
|