I am trying to write a sql script to pull data from a table and put it into a spool file. All I want in the file is the data.
The first two lines of the spool file contain the labels for the fields, followed by a line. Then the data starts.
How do I get those first two lines to NOT go to the spool file?
The first two lines of the spool file contain the labels for the fields, followed by a line. Then the data starts.
How do I get those first two lines to NOT go to the spool file?