O aviso comando irá ecoar o texto para a saída:
prompt A useful comment.
select(*) from TableA;
Será exibido como:
SQL> A useful comment.
SQL>
COUNT(*)
----------
0
prompt A useful comment.
select(*) from TableA;
SQL> A useful comment.
SQL>
COUNT(*)
----------
0