Column

Transformation for this command is pending

Description

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.

1. Column command

The COLUMN command with no clauses to list all current column display attributes.

Oracle

COLUMN column_id
COLUMN column_id ALIAS col_id NOPRINT

SnowSQL (CLI Client)

-- ** MSC-WARNING - MSCEWI3... - THE SQL*PLUS COMMAND IS NOT CURRENTLY SUPPORTED BY SNOWFLAKE. **

--COLUMN column_id
--COLUMN column_id ALIAS col_id NOPRINT

The code for the EWI is not defined yet.

Known Issues

No Known Issues.

No related EWIs.

Last updated