Tail
Returns a subset from the end of a set.
Syntax
«set» Tail («Set»[, Count])
The order of elements is preserved. The default value of Count
is 1. If Count
is less than 1, the empty set is returned. If Count
exceeds the number of tuples in the set, the original set is returned.