dicemy's picture
Upload 655 files
e8c001c verified
Raw
History Blame Contribute Delete
257 Bytes
CREATE TABLE IF NOT EXISTS internal_platform_db.t_app_urlsafe_cont_topwebsites_collect_df (
`domain` STRING COMMENT '域名',
`site` STRING COMMENT '站点',
`ds` BIGINT COMMENT 'NoComment',
`src` STRING COMMENT 'NoComment'
) STORED AS ORC;