engine:import:setsql
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:import:setsql [2019/02/18 10:03] – [Syntax] Scott Cunliffe | engine:import:setsql [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
Set the SQL string that will be used to query the SQL data source. | Set the SQL string that will be used to query the SQL data source. | ||
- | ==== Phase ==== | + | ===== Phase ===== |
This instruction is used by the TapeTrack Import Engine. | This instruction is used by the TapeTrack Import Engine. | ||
- | ==== Syntax ==== | + | ===== Syntax |
- | **SetSQL**//(sql);// | + | '' |
- | * '' | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |
+ | |sql | String | The SQL string that will be used to query the SQL data source.| 1 | 512 | | ||
- | ==== Example ==== | + | ===== Example ===== |
- | SetSQL: Select all fields from table volumes | + | |
- | < | + | Select all fields from table volumes |
- | ==== Example ==== | + | < |
+ | SetSQL(" | ||
+ | </ | ||
- | SetSQL: Select the Barcode and Location fields from Excel Spreadsheet workbook Inventory. | ||
- | <sxh> | + | Select the Barcode and Location fields from Excel Spreadsheet workbook Inventory. |
+ | |||
+ | <code> | ||
+ | SetSQL(" | ||
+ | </code> | ||
+ | |||
+ | {{tag> import_engine sync_engine}} |
engine/import/setsql.1550484186.txt.gz · Last modified: 2025/01/21 22:07 (external edit)