- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for errParseUnsupportedCallWithStar (0.26 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrParseInvalidTypeParam-281] _ = x[ErrParseEmptySelect-282] _ = x[ErrParseSelectMissingFrom-283] _ = x[ErrParseExpectedIdentForGroupName-284] _ = x[ErrParseExpectedIdentForAlias-285] _ = x[ErrParseUnsupportedCallWithStar-286] _ = x[ErrParseNonUnaryAggregateFunctionCall-287] _ = x[ErrParseMalformedJoin-288] _ = x[ErrParseExpectedIdentForAt-289] _ = x[ErrParseAsteriskIsNotAloneInSelectList-290]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:38 UTC 2024 - 21.4K bytes - Viewed (0) -
internal/s3select/unused-errors.go
code: "ParseExpectedIdentForAlias", message: "Did not find the expected identifier for the alias in the SQL expression.", statusCode: 400, cause: err, } } func errParseUnsupportedCallWithStar(err error) *s3Error { return &s3Error{ code: "ParseUnsupportedCallWithStar", message: "Only COUNT with (*) as a parameter is supported in the SQL expression.", statusCode: 400,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Feb 20 08:16:35 UTC 2024 - 17.5K bytes - Viewed (0) -
cmd/api-errors.go
ErrParseExpectedArgumentDelimiter ErrParseCastArity ErrParseInvalidTypeParam ErrParseEmptySelect ErrParseSelectMissingFrom ErrParseExpectedIdentForGroupName ErrParseExpectedIdentForAlias ErrParseUnsupportedCallWithStar ErrParseNonUnaryAggregateFunctionCall ErrParseMalformedJoin ErrParseExpectedIdentForAt ErrParseAsteriskIsNotAloneInSelectList ErrParseCannotMixSqbAndWildcardInSelectList
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0)