v.20.1Improvement
Added Subquery Support in Live View Tables
Added support for subqueries in Live View tables. #7792 (vzakaznikov)Why it matters
This feature enables users to use subqueries insideLive View tables, which previously did not support them. It allows for more flexible and powerful real-time data queries, improving the expressiveness and capabilities of live views.How to use it
To use this feature, simply include subqueries within the query defining aLive View table as you would in a regular SELECT statement. No additional configuration is required beyond defining the Live View with subqueries.