Method ADT.Table.table()->select()
classADT.Table.table
- Method
select
this_programselect(int|string...columns)- Description
This method returns a new table object with the selected columns only.
class ADT.Table.tablethis_program select(int|string ... columns)
This method returns a new table object with the selected columns only.