Skip to main content

SELECT function

Selects specific columns from a table.

Syntax

select(<table>, <columns>)
ParameterTypeDescription
tablevtThe table to select columns from.
columnsarrayThe columns to be selected.