Workstation-attached Example - Basic Teradata Query

Basic Teradata Query Reference

Product
Basic Teradata Query
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2414
lifecycle
previous
Product Category
Teradata Tools and Utilities

This is an example of a file on a workstation-attached system:

   .logon tdpid/userid, password
   .export report file=report.out
   .set rtitle 'Department Information'
   .set format on
   execute deptdisplay;
   .set format off
   .export reset
   .logoff
   .exit