public/symmetric.md
... ...
@@ -14,8 +14,6 @@ It has been submitted as a [patent](https://www.google.sr/patents/CA2965831A1?cl
14 14
COALESCE(SUM(customers.visits ), 0) AS "customers.total_visits"
15 15
FROM public.customers AS customers
16 16
17
-(See <http://localhost:9999/explore/fanout2/customers?qid=ek2NHkVfoJ34yRkLHgagFj>)
18
-
19 17
Simple. Then I added an aggregate from a joined view (a "view" in Looker is a
20 18
thin façade on a table) and I saw this:
21 19