Printing literal text in influx

can i print literal text in influx using select query like we can use in oracle?
for example
select “helloWorld” from dual

This isn’t possible with InfluxQL, but if you can enable Flux then it won’t be a problem :grinning:

Let me know if Flux is an option for you and I’ll provide an example