2016-04-01 11 views

答えて

0

私はちょうどのような単純なSQL文で、ハイブのクエリエディタでタイプを編集でき、それを考え出した:

ALTER TABLE person CHANGE orders order ARRAY<STRUCT<status:string,creation_date:string,orderlines:array<STRUCT<depature_date:string,return_date : string, travel_days : int, creation_date: string, 
        price : int, booking_class : string, airline_code : string, 
        psg_gender : string, psg_lastname : string, psg_firstname : string, psg_dob : string>>>> 

結果: enter image description here

関連する問題