高斯数据库错误 GAUSS-00201 -- GAUSS-00210

GAUSS-00201: “recursive reference to query ‘%s’ must not appear more than once”

原因

递归查询出现多次。

办法

递归查询只能出现一次。

GAUSS-00202: “unrecognized join type: %d”

原因

不支持的语法。

办法

修改 SQL Statement。

GAUSS-00203: “unrecognized set op: %d”

原因

系统内部错误。

办法

请联系技术支持工程师提供技术支持。

GAUSS-00204: “bogus InhOption value: %d”

原因

系统内部错误。

办法

请联系技术支持工程师提供技术支持。

GAUSS-00205: “JOIN/ON clause refers to ‘%s’, which is not part of JOIN”

原因

不支持的语法。

办法

修改 SQL Statement。

GAUSS-00206: “subquery in FROM must have an alias”

原因

系统内部错误。

办法

请联系技术支持工程师提供技术支持。

GAUSS-00207: “unexpected non-SELECT command in subquery in FROM”

原因

不支持的语法。

办法

修改 SQL Statement。

GAUSS-00208: “subquery in FROM cannot refer to other relations of same query level”

原因

FROM 语句中的子查询引用了同级的其它对象。

办法

FROM 语句中的子查询不允许引用同级的其它对象。

GAUSS-00209: "function expression in FROM cannot refer to other relations of same query

level"

原因

FROM 语句中的函数表达式引用了同级的其它对象。

办法

FROM 语句中的函数表达式不能引用同级的其它对象。

GAUSS-00210: “cannot use aggregate function in function expression in FROM”

原因

FROM 子句的函数表达式中使用了聚集函数。

办法

FROM 子句的函数表达式中不允许使用聚集函数。

  
    展开阅读全文