プロンプト コマンドはテキストを出力にエコーします:
prompt A useful comment.
select(*) from TableA;
次のように表示されます:
SQL> A useful comment.
SQL>
COUNT(*)
----------
0
プロンプト コマンドはテキストを出力にエコーします:
prompt A useful comment.
select(*) from TableA;
次のように表示されます:
SQL> A useful comment.
SQL>
COUNT(*)
----------
0