...
Page9. PDF에서 코드 가져올 때, 에러 발생 할 수 있어서 제공
코드 블럭 |
---|
CREATEcreate EXTERNALexternal TABLEtable spectrum.sales( salesid INTEGERinteger, listid INTEGERinteger, sellerid INTEGERinteger, buyerid INTEGERinteger, eventid INTEGERinteger, dateid SMALLINTsmallint, qtysold SMALLINTsmallint, pricepaid DECIMALdecimal(8,2), commission DECIMALdecimal(8,2), saletime TIMESTAMP timestamp) ROWrow FORMATformat DELIMITEDdelimited FIELDSfields TERMINATEDterminated BYby '\t' STOREDstored ASas TEXTFILEtextfile LOCATIONlocation 's3://awssampledbuswest2/tickit/spectrum/sales/' TABLEtable PROPERTIESproperties ('numRows'='172000'); |
Page12. PDF에소 코드 가져올 때, 에러 발생할 수 있어서 제공
...