Escape characters in Influx Query

When executing a select query like the following:
SELECT “fielda” FROM “measa” AS “some name conating a #”
is receive the error:
error parsing query: found neu flow mit, expected identifier at line …

Is there a way to escape these special characters?

Hello @thais,
Does this help you at all?
For InfluxQL

For Flux

Hi, thanks for your answer. No this is not working for that purpose!