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

IN -> Oracle_01.sql
APPEND SOME TEXT

SnowSQL (CLI Client)

OUT -> Oracle_01.sql
!!!RESOLVE EWI!!! /*** SSC-EWI-0073 - PENDING FUNCTIONAL EQUIVALENCE REVIEW FOR 'APPEND STATEMENT' NODE ***/!!!
APPEND SOME TEXT;

Known Issues

No Known Issues.

  1. SSC-EWI-0073: Pending Functional Equivalence Review.

Last updated