begin %basic% CREATE_VIEW PoiCounties SELECT p.id, c.id FROM poi_g as p, county_g as c WHERE p.x = c.x, p.y = c.y end %basic%