Hello all,
I am trying to hide a column in a result file. For example :
COLUMN test NOPRINT
select '039' test, 'toto' from dual;
In SQLPlus or SQLDevelopper it work.
But in an execution from SQLCL with .sql file, i have not an error with COLUMN xxx NOPRINT, but in my result, the column Test is present.
SQLCl ignore NOPRINT without error ? Or did i forgot a thing ?

Thanks for your help,
Regards,
Loïc