Import .csv Into Psql 2019.8.11 2019.8.11 sql 108 1 분 I had to import the list of the students of my school into Postgresql, so I converted xlsx files to a csv file and imported into psql. Log in DB and type the follwing line: 1 \copy students(grade, class, number, name) from... 자세히 읽기 »