Limiting Output - Parallel Transporter

Teradata® Parallel Transporter Reference

Product
Parallel Transporter
Release Number
17.00
Published
November 2020
Language
English (United States)
Last Update
2022-02-03
dita:mapPath
ric1544831938741.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2436
lifecycle
previous
Product Category
Teradata Tools and Utilities

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, see Teradata Vantage™ - SQL Data Manipulation Language, B035-1146.