Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ParseUnsupportedSyntax (0.13 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/api-errors.go

    		Description:    "The SQL expression contains an unsupported use of ALIAS.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrParseUnsupportedSyntax: {
    		Code:           "ParseUnsupportedSyntax",
    		Description:    "The SQL expression contains unsupported syntax.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrParseUnknownOperator: {
    		Code:           "ParseUnknownOperator",
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Wed Apr 16 07:34:24 GMT 2025
    - 93K bytes
    - Click Count (3)
Back to Top