'select query unsuccessfully in the Apache IotDB

I execute the statement below in the picture.However, I failed. I don't know the reason about it. Apache IoTDB version: 0.13 If someone knows it, please let me know.enter image description here



Solution 1:[1]

Each level path in SQL cannot start with a number. Just wrap it in backquotes. select * from root.nvriotdata.mqtt.awp.11204E93

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jaelynn Fowler