removed UNSET billing_countries
This commit is contained in:
parent
5bf2fba4cf
commit
095bfb8ab1
1 changed files with 1 additions and 0 deletions
|
|
@ -59,4 +59,5 @@ inner join
|
||||||
and r.date < m.date + interval '12 months'
|
and r.date < m.date + interval '12 months'
|
||||||
and r.hubspot_listing_segmentation = m.hubspot_listing_segmentation
|
and r.hubspot_listing_segmentation = m.hubspot_listing_segmentation
|
||||||
and r.main_billing_country_iso_3 = m.main_billing_country_iso_3
|
and r.main_billing_country_iso_3 = m.main_billing_country_iso_3
|
||||||
|
where r.main_billing_country_iso_3 <> 'UNSET'
|
||||||
group by r.date, r.hubspot_listing_segmentation, r.main_billing_country_iso_3
|
group by r.date, r.hubspot_listing_segmentation, r.main_billing_country_iso_3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue