You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\COPY (SELECT id, osm_id, area, building_fraction FROM landuse_split WHERE building_fraction < 0.04 AND area >= 500 ORDER BY id) TO STDOUT (FORMAT csv, HEADER)