Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Support of the clause or keyword: <clause>
has been discontinued in this context.
The '!' keyword is only supported as an alias for the prefix operator 'NOT
'.
Use the 'NOT
' keyword instead for infix clauses such as NOT LIKE
, NOT IN
, NOT BETWEEN
, etc.
To re-enable the '!' keyword, set "spark.sql.legacy.bangEqualsNot" to "true".
CREATE VIEW
supports column lists with column names and column comments.
Do not use column type-definition, NOT NULL
, or DEFAULT
.
To accept but ignore these options, set "spark.sql.legacy.expandedViewColumnListSyntax" to "true".