Hello,
I’m new in flux, i made a simple query with no problems.
But there are three columns i’d like to don’t have in my CSV
Is it possible in a simple flux query to get rid of the first three columns ("", “result”, “table”) ?
@CaoCaoresult and table are essentially “meta” columns that define how output data is structured. All annotated CSV returned from InfluxDB 2.0 will include those columns, even if you try to drop them.