Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Invalid function <funcName> with WITHIN GROUP.
DISTINCT_UNSUPPORTED
The function does not support DISTINCT with WITHIN GROUP.
MISMATCH_WITH_DISTINCT_INPUT
The function is invoked with DISTINCT and WITHIN GROUP but expressions <funcArg> and <orderingExpr> do not match. The WITHIN GROUP ordering expression must be picked from the function inputs.
MISMATCH_WITH_DISTINCT_INPUT_UNSAFE_CAST
The function <funcName> with DISTINCT and WITHIN GROUP (ORDER BY) is not supported for <inputType> input. Explicitly cast the input to <castType> before passing it to both the function argument and ORDER BY expression.
WITHIN_GROUP_MISSING
WITHIN GROUP is required for the function.
WRONG_NUM_ORDERINGS
The function requires <expectedNum> orderings in WITHIN GROUP but got <actualNum>.