Skip to content
Snippets Groups Projects
Commit 9e32e37c authored by Daniel Heimgartner's avatar Daniel Heimgartner
Browse files

full \copy command

parent adf7a992
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ CREATE TABLE daniehei(
-- for windows user specify the path as follows
-- \copy daniehei( NAME, AGE ) FROM 'C:\\Users\\daniehei\\gitlab\\PuvIntro\\sql\\daniehei.csv' delimiter ';' CSV HEADER;
-- for unix users
\copy daniehei( NAME, AGE ) FROM '~/gitlab/PuvIntro/sql/daniehei.csv'
\ No newline at end of file
\copy daniehei( NAME, AGE ) FROM '~/gitlab/PuvIntro/sql/daniehei.csv' delimiter ';' CSV HEADER;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment