'influxQL fuzzy query with "/"

I have a InfluxQL to try to locate id include specific str. I think it is the "/" inside string that causes error Anyone can help ? Thanks

select * from Utility_3 where "id"=~/^"RealTime/NCU-05-01"/ limit 10 ERR: error parsing query: found NCU, expected ; at line 1, char 49



Sources

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

Source: Stack Overflow

Solution Source