Influx query - get only tags starting with specific character?

Hi,

I have a measurement with each tag having a unique number in the range 10000 to 50000.
Is it possible to make a query that only returns the tags starting at 1, i.e. 1xxxx?

Thanks

You can try using a regular expression like the ones featured in the docs here. The regex has some limitations in InfluxQL, but it sounds like it will work for your data.