|
|
Archives of the TeradataForum
Message Posted: Tue, 02 Dec 2003 @ 12:32:11 GMT
Subj: | | Re: Trimming BTEQ Output |
|
From: | | Victor Sokovin |
| Every BTEQ output begins with these 2 lines... | |
| *** Query completed. One row found. One column returned.
*** Total elapsed time was 1 second. | |
| How do I suppress these 2 lines ? | |
The first line is an activity message. To suppress it you could use
.set quiet on
but the downside is that the query results will not be displayed either. You can still have the results, however, if you export
them to a file.
To eliminate time stats try .set timemsg default.
Regards,
Victor
| |