When executing a sql query, I want to be able to issue a command which will keep the column headings from being displayed in the results.

For Oracle, the command is "set heading off".

I know that there is an "option" in Query Analyzer to turn it off. (For the Query Analyzer, under Tools ==> Options ==> Results (tab): Uncheck the "Print column headers" box.) However, I want to be able to do it within the script itself.

Does anyone know the command?

Thanks in advance.