Method ADT.Table.table()->limit()
- Method
limit
this_program
limit(int
n
)- Description
This method truncates the table to the first
n
rows and returns a new object.
this_program
limit(int
n
)
This method truncates the table to the first n
rows and returns
a new object.