Prompt

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

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.

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

No related EWIs.

Last updated