I am new to DB Flush. Now I need to translate MySQL db to infuxDB. I chose a DBMS inflow because it supports SQL as queries. But I could not find the left in him. I have a series called statistics that contains browser_id and another series contains a list of browsers. How can I join these two tables, such as the concept of a relational database? I wrote this query, but it does not give any result.
select * from statistics as s inner join browsers as b where s.browser_type_id = b.id
statistics

browsers

source share