Skip to main content

Select

Select Function

Create a new table using the specific columns. You can specify the columns by name, as in [Customer.LastNAme] to use the LastName column of the Customer table. Or you can create columns using new data that you specify, as in Array (1,2,3) to create a column with three values (1,2,3).

select function

Examples

select([FusionTestTable.VarcharColumn], [FusionTestTable.RealColumn], [FusionTestTable.VarcharColumn])

Returns the selected column in given table.\