Query Warning - This query will be faster as a relation. Learn more

If you check out Robert Petitto’s awesome video (🧲 The QUERY Column: One Column to Rule Them All!) he mentions that when this happens you should use a relation to get the data you need, then use the query to filter the results. This should be faster than just using a query, if I understood him correctly

5 Likes