【发布时间】:2016-12-28 18:51:15
【问题描述】:
我在 S3 中有一个文件,其中包含类似的列
CustomerID CustomerName ProductID ProductName Price Date
现在Redshift中已有的SQL表结构是这样的
Date CustomerID ProductID Price
有没有办法将选定的数据复制到现有的表结构中? S3 数据库没有任何标题,只有按此顺序排列的数据。
【问题讨论】: