Limiting Output - Parallel Transporter

Teradata Parallel Transporter Reference

Product
Parallel Transporter
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-2436
lifecycle
previous
Product Category
Teradata Tools and Utilities

Limiting Output

Use the OUTLIMIT attribute to limit the number of rows that an export job returns. OUTLIMIT expects a number greater than zero as input. Specifying an invalid number terminates the export operator and returns an error message. If OUTLIMIT is not specified, the export operator returns all records. OUTLIMIT controls the number of rows exported for each instance.

You can also use one of the following techniques to limit record output:

  • The WHERE clause can limit the number of rows that are exported by specifying conditions that must be met.
  • The SAMPLE function is an SQL function that can limit the number of random rows returned. For more information SQL Data Manipulation Language.