v.20.1Improvement

Added Subquery Support in Live View Tables

Added support for subqueries in Live View tables. #7792 (vzakaznikov)
Added support for subqueries in Live View tables, allowing more complex and dynamic data retrieval within live views.

Why it matters

This feature enables users to use subqueries inside Live 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 a Live View table as you would in a regular SELECT statement. No additional configuration is required beyond defining the Live View with subqueries.