CREATE TABLE IF NOT EXISTS student_internal ( name string, class ARRAY, gender_age STRUCT, subj_score MAP ) COMMENT ' Internal student ...
確定! 回上一頁