KingTigerMafia-7mwRZbUntitled Query
    Updated 2022-09-20
    select DISTINCT address_name
    from polygon.core.dim_labels
    where address_name like '%stak%'
    group by 1
    Run a query to Download Data