다드림_평창군_데이터추출.md
· 164 B · Markdown
Raw
```
psql -h localhost -U postgres -d dadgis \
-c "\COPY (SELECT * FROM public.zzz_forest_info_51760) TO './forest_51760.csv' CSV"
```
데이터 건수 : 557,918 건
psql -h localhost -U postgres -d dadgis \
-c "\COPY (SELECT * FROM public.zzz_forest_info_51760) TO './forest_51760.csv' CSV"
데이터 건수 : 557,918 건