File size: 658 Bytes
e8c001c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CREATE TABLE IF NOT EXISTS internal_platform_db.app_group_product_info (
    `username` STRING,
    `application_group` STRING,
    `application_group_owner` INT,
    `product_id` INT,
    `product_name` STRING,
    `product_owner` INT,
    `obs_product_id` INT,
    `obs_product_name` STRING,
    `obs_product_owner` INT,
    `department` STRING,
    `plan_product_id` INT,
    `plan_product_name` STRING,
    `plan_product_owner` INT,
    `application_group_numbers` STRING,
    `application_group_owners` STRING,
    `product_owners` STRING,
    `obs_product_owners` STRING,
    `plan_product_owners` STRING,
    `bg` STRING,
    `id` INT
) STORED AS ORC;