Flux Query - "Select * from" Similar

How could I get all columns in a query using Flux. Similar to “Select * from”…

Thanks in advance.
Paulo

Does this page help?

Thanks for your reply, but I would like to have the result presenting 1 row/ 1 tuple.

I tried to use group for this, but I am getting FluxQueryException - Expected float cursor type, got *reads.stringMultiShardArrayCursor

Thanks once again

I don’t know if a way to do that.
In case you weren’t aware Influxdb has the concept of tags and fields, where tags are indexed and fields are not. They’re accessed separately too, and for example to your question are behind separate functions