De prompt commando echoot tekst naar de uitvoer:
prompt A useful comment.
select(*) from TableA;
Wordt weergegeven als:
SQL> A useful comment.
SQL>
COUNT(*)
----------
0
De prompt commando echoot tekst naar de uitvoer:
prompt A useful comment.
select(*) from TableA;
Wordt weergegeven als:
SQL> A useful comment.
SQL>
COUNT(*)
----------
0