摘要: 创建数据库 创建表 stg_job表 drop table if exists stg_job; create table if not exists stg_job( web_id string comment 'web id', web_type string comment 'web type 阅读全文
posted @ 2016-12-18 21:48 邬家栋 阅读(596) 评论(0) 推荐(0)