mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
// ==================================
|
|
// Train Structure
|
|
// ==================================
|
|
|
|
INSERT INTO MINING STRUCTURE [<mining structure,name,MyStructure>]
|
|
(
|
|
<column list,col def list,>
|
|
)
|
|
OPENQUERY([<datasource,name,MyDataSource>],'<query,string,SELECT * FROM MyTable>')
|