Different measurements with some same field name

Team,

I am using InfluxDB 1.8 and using InfluxQL. In the problem scenario, I need to extract the data from multiple measurements and display it on a single data view. Currently, the data returned with two rows, I want the data to be displayed on a single row (timestamp same)

Hello @gerardJ,
I think you’re looking to perform a join. This isn’t possible with InfluxQL and 1.x but it is possible with 2.x and Flux.