...
코드 블럭 |
---|
create external table spectrum.sales( salesid integer, listid integer, sellerid integer, buyerid integer, eventid integer, dateid smallint, qtysold smallint, pricepaid decimal(8,2), commission decimal(8,2), saletime timestamp) row format delimited fields terminated by '\t' stored as textfile location 's3://awssampledbuswest2id-redshift-uswest2/tickit/spectrum/sales/' table properties ('numRows'='172000'); |
...