閱讀英文

共用方式為


SYNTAX_DISCONTINUED error condition

SQLSTATE:42601

Support of the clause or keyword: <clause> has been discontinued in this context.

BANG_EQUALS_NOT

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".

INVALID_VIEW_COLUMN_SPEC

CREATE VIEW 支援具有資料行名稱和數據行批註的數據行清單。

請勿使用資料行類型定義、NOT NULLDEFAULT

To accept but ignore these options, set "spark.sql.legacy.expandedViewColumnListSyntax" to "true".