Strumento Flusso di dati in uscita
Utilizza Flusso di dati in uscita per trasmettere i dati da un flusso di lavoro In-DB ad Alteryx Designer.
In-Database consente la combinazione e l'analisi di grandi set di dati senza spostarli da un database e può offrire significativi miglioramenti delle prestazioni rispetto ai metodi di analisi tradizionali. Per ulteriori informazioni sulla categoria dello strumento In-Database, consulta Panoramica di In-Database.
Configurazione dello strumento
Use the Configuration window to customize the Data Stream Out tool.
Advanced Query Options: Use this section to define Pre and Post SQL statements to execute. Use the 3-dot menu associated with either the Pre or Post Statement fields to launch the Configure Pre/Post SQL Statements window which includes the SQL Editor. Note that Stored Procedures are not currently supported.
Pre- and post-SQL statements are compatible with the following technologies: Bulk Loaders, OCI, ODBC, and OleDB.
Pre-SQL Statement: Define a SQL statement to execute before the in-database execution.
Post-SQL Statement: Define a SQL statement to execute after the in-database execution.
Nota
When the workflow runs, the Results window displays messages to show that the tool is executing SQL statements, along with a label (PreSQL, PostSQL).
All SQL statements are sent directly to the database. Pre- and Post-SQL statements do not return data. While SQL can return data, Designer doesn't do anything with that data.
If there are multiple streams of In-DB tools, there is no guaranteed order of execution between different streams. The Results window displays the order.
Sort records before streaming out: This is an optional setting. When checked, the incoming data is sorted by the field specification below.
Nome : consente di selezionare il campo in base alla quale eseguire l'ordinamento.
Ordine : consente di scegliere Crescente o Decrescente.
Utilizza le frecce su e giù per modificare l'ordine e il pulsante "-" per eliminare un campo.
Collega uno strumento standard all'output dello strumento Flusso di dati in uscita.