如何从linux向DBeaver导入数据.


方式一:直接把文件拷到本地,在DBeaver中运行:
copy CareGapDataEntry --表名 ( EUID, --字段名,字段必须与表字段对应 PatientID , MemberID , UserID , "Action" , Name , DOB , Gender , DateofService , LastUpDt , Exclusion , Result, Condition, Measure , CreateDt )
FROM local 'C:\Users\awei\Desktop\supp_20150710200000013.txt' --待导入的数据文件 enclosed by '"' escape as E'\001' delimiter E'|' skip 1 direct;

 

posted @ 2015-07-13 14:09  莫容杰少  阅读(3451)  评论(0编辑  收藏  举报