Column
Last updated
Last updated
Transformation for this command is pending
The
COLUMN
command specifies display attributes for a given column. (Oracle SQL Plus User's Guide and Reference)
COL[UMN] [{column | expr} [option ...]]
Snowflake does not support the use of this command and does not have any that might resemble its functionality. At the time of transformation, an EWI will be added.
The COLUMN
command with no clauses to list all current column display attributes.
COLUMN column_id ALIAS col_id NOPRINT
!!!RESOLVE EWI!!! /*** SSC-EWI-0073 - PENDING FUNCTIONAL EQUIVALENCE REVIEW FOR 'COLUMN STATEMENT' NODE ***/!!!
COLUMN column_id ALIAS col_id NOPRINT;
No Known Issues.
SSC-EWI-0073: Pending Functional Equivalence Review.