Method ADT.Table.table()->remove()
classADT.Table.table
- Method
remove
this_programremove(int|string...columns)- Description
Like select(), but the given
columnswill not be in the resulting table.
class ADT.Table.tablethis_program remove(int|string ... columns)
Like select(), but the given columns will not be in the
resulting table.