Constructing a singleton query from a relational data source
- From: "Bohdan Szymanik" <bohdan.szymanik@xxxxxxxxxxxxxx>
- Date: Mon, 16 Apr 2007 10:40:15 GMT
I can't seem to do the following (in pseudo code)
select prediction of an attribute
from a data mining model
natural prediction join
(SELECT(
OPENQUERY(source, some select)
) as nested table
) as t
instead I need to manually build up the singleton parameters in a bunch of union'd selects.
Am I missing something?
.
- Follow-Ups:
- Re: Constructing a singleton query from a relational data source
- From: Bogdan Crivat [MSFT]
- Re: Constructing a singleton query from a relational data source
- Prev by Date: Re: Lift Chart Error
- Next by Date: Re: Constructing a singleton query from a relational data source
- Previous by thread: Re: Lift Chart Error
- Next by thread: Re: Constructing a singleton query from a relational data source
- Index(es):