暂无图片

QSM-01061:illegal query expression

错误码

错误描述:illegal query expression
错误原因:An illegal query was specified. Specifically one of the following criteria was not satisfied: (a) All (non-constant, non-aggregate) SELECT expressions in the query should be made up of group expressions. (b) All column references in the HAVING clause should come from the GROUP BY expressions. (c) If there is an ORDER BY clause, then all column references should come from the GROUP BY or SELECT clause, depending on whether the query selects DISTINCT.
解决方法:Correct error in the syntax and rerun the query.

向认证技术专家提问

向技术专家提问

相关搜索
查看更多》