Created
January 10, 2012 20:27
-
-
Save spara/1590991 to your computer and use it in GitHub Desktop.
Create staging table for geo_header data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE geo_header_staging(data text); | |
copy geo_header_staging FROM '/path/to/dcgeo2010.sf1' DELIMITER AS '|'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment