数组 – 将数据COPY(导入)到PostgreSQL数组列中

数组 – 将数据COPY(导入)到PostgreSQL数组列中,第1张

概述如何格式化(CSV?)文本文件,以便可以将其导入(使用COPY?)到PostgreSQL(8.4)表中的数组列中? 给出表testarray: Column | Type |---------+-------------------------| rundate | date | runtype | intege 如何格式化(CSV?)文本文件,以便可以将其导入(使用copY?)到Postgresql(8.4)表中的数组列中?

给出表testarray:

Column  |          Type           |---------+-------------------------| rundate | date                    |  runtype | integer                 |  raw     | double precision[]      |  labels  | character varying(16)[] |  results | double precision[]      |  outcome | character varying(8)[]  |

copY testarray from '/tmp/import.txt' CSV

import.txt的以下内容都不起作用:

2010/06/22,88,{{1,2},{3,4}},4}}2010/06/22,1,2,3,4,42010/06/22,'{{1,4}}',4}}'2010/06/22,'1,4',4'
copY testarray from '/tmp/import.txt' CSV2010-06-22,"{{1,4}}",4}}"
总结

以上是内存溢出为你收集整理的数组 – 将数据COPY(导入)到PostgreSQL数组列中全部内容,希望文章能够帮你解决数组 – 将数据COPY(导入)到PostgreSQL数组列中所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/1166586.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-01
下一篇 2022-06-01

发表评论

登录后才能评论

评论列表(0条)

保存