Append
Transformation for this command is pending
Description
Adds specified text to the end of the current line in the SQL buffer. (Oracle SQL Plus User's Guide and Reference)
A[PPEND] text
Snowflake does not have a direct equivalent to this command. The Snowflake !edit
command can be used to edit the last query using a predefined text editor. Whenever this approach does not cover all the APPPEND
functionality but it is an alternative.
1. Append command
Oracle
APPEND SOME TEXT
SnowSQL (CLI Client)
-- ** MSC-WARNING - MSCEWI3... - THE APPEND SQL*PLUS COMMAND IS NOT CURRENTLY SUPPORTED BY SNOWFLAKE. **
--APPEND SOME TEXT
The code for the EWI is not defined yet.
Known Issues
No Known Issues.
Related EWIs
No related EWIs.
Last updated
Was this helpful?