Example - Interactive Teradata Query Facility

Interactive Teradata Query Reference

Product
Interactive Teradata Query Facility
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2451
lifecycle
previous
Product Category
Teradata Tools and Utilities

Example

To send a selected result to the output file defined using the name ITEQPRT3, enter:

PRINT ITEQPRT3;

To obtain a printed copy of SHOW results, enter the SHOW command followed by a PRINT command, as follows:

SHOW MACRO xyz;
PRINT ;

In this case, the results are output to the ITEQPRT1 file.