you can use the SPOOL command to save the output into file and send it directly to the printer, for file follow the instruction:
SQL>SPOOL filename
SQL>select yada yada yada;
SQL>SPOOL OFF
you can use the SPOOL command to save the output into file and send it directly to the printer, for file follow the instruction:
SQL>SPOOL filename
SQL>select yada yada yada;
SQL>SPOOL OFF
Posted by admin @ 10:25 pm




