SUM(CASE WHEN orders.customer_id IS NULL THEN 1 ELSE 0 END) AS nullcount_cust_id, SUM(CASE WHEN orders.id IS NULL THEN 1 ELSE 0 END) AS nullcount_order_id, SUM(CASE WHEN orders.purchase_ts IS NULL ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results