mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
// ==========================
|
|
// Drillthrough Query
|
|
// ==========================
|
|
|
|
SELECT <select list,expr list,*>
|
|
FROM MINING MODEL [<mining model,name,MyModel>].CASES
|
|
WHERE IsTrainingCase() AND IsInNode('<node id,name,>')
|
|
|