Workspace 6.21.5
GetSqlResultSetColumn

Gets a column of data from an SQLResultSet, returning it as a DataSeries.

  • Default label: "Get Column from Sql Result Set"
  • Member of plug-in: Data analysis
  • Catalogue path: Database
  • Polymorphic: GetSqlResultSetColumn is a Polymorphic Operation. One or more of its inputs and outputs are not listed below because they are created dynamically whenever the operation changes its data type, and when it is first created.
Inputs:
Result setCSIRO::DataAnalysis::SqlResultSetAn SqlResultSet from a database query.
Column nameQString

The name of the column in the result set to extract as a DataSeries.

Outputs:
ColumnCSIRO::DataAnalysis::DataSeries

Output data in the form of a DataSeries.