Prompt
Transformation for this command is pending
Description
The
PROMPT
command sends the specified message or a blank line to the user's screen. If you omit a text,PROMPT
displays a blank line on the user's screen. (Oracle SQL Plus User's Guide and Reference)
PRO[MPT] [text]
!print [text]
1. Simple print
The PROMPT
command is replaced by the !print
command.
This case is functionally equivalent.
Oracle
PROMPT
PROMPT text
PROMPT db_link_name = "&1"
SnowSQL (CLI Client)
!print
!print text
!print db_link_name = "&1"
Known Issues
No Known Issues
Related EWIs
No related EWIs.
Last updated