When the query filedkey is name, the following error will appear. select * from mytable where name=”lisi”
ERR: error parsing query: found NAME, expected identifier, string, number, bool at line 1, char 29
Put name in double quotation marks to solve the problem. select * from mytable where “name”=”lisi”
The reason for the problem may be that name is a keyword in influxdb
Read More:
- Python: How to Fix “Ord() expected string of length 1, but int found”
- Error c3861: identifier not found | identifier not found
- syntax error on token “catch”,Identifier expected
- How to query the production environment logstash report error parsing JSON
- Parsing the exception of storing JSON string in cookie
- [development experience] solution to unexpected syntax error: unexpected identifier in JSON parsing
- Expected unqualified ID before string constant
- Successfully resolved error c3861: ‘printf’: identifier not found
- Syntax error on token “eat”, identifier expected after this token
- npm ERR! registry error parsing json error report solution
- Error c3861: “strcasecmp”: identifier not found
- Xcode Error: Embedded binary’s bundle identifier is not prefixed with the parent app’s bundle identifier
- Type error: sequence item 0: expected STR instance, int found
- Pychar appears“ PEP:8 expected 2 blank lines ,found 1″
- The reason and solution of the error of join function: sequence item 0: expected STR instance, int found
- A repeated string is composed of two identical strings. For example, abcabc is a repeated string with length of 6, while abcba does not have a duplicate string. Given any string, please help Xiaoqiang find the longest repeated substring.
- Expected indentation of 6 spaces but found 10
- RuntimeError: Found dtype Double but expected Float”
- 26、Error:No resource identifier found for attribute ’roundIcon’ in package ‘android’