SELECT function
Selects specific columns from a table.
Syntax
select(<table>, <columns>)
Parameter | Type | Description |
---|---|---|
table | vt | The table to select columns from. |
columns | array | The columns to be selected. |
Selects specific columns from a table.
select(<table>, <columns>)
Parameter | Type | Description |
---|---|---|
table | vt | The table to select columns from. |
columns | array | The columns to be selected. |