Select statement in select statement

I wonder whether influx db supports SELECT SUM(val)/(SELECT SUM(val) FROM tbl1) FROM tbl1 GROUP BY id syntax. I did but got error.

@Armen_Ghahramanyan We don’t support subqueries in that format. Here is the documentation.