instruction
stringclasses
1 value
input
stringlengths
130
7.08k
output
stringlengths
66
4.67k
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "poker_cls_dw", "table": "bigamestct_casino_slot", "description": null, "columns": [{"name": "logdte", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "maxcnt", "type": "bigint", "description": null}, {"name": "maxdate", "type": "string", "descrip...
CREATE TABLE `poker_cls_dw`.`bigamestct_casino_slot` ( `logdte` string COMMENT 'None', `gameid` string COMMENT 'None', `maxcnt` bigint COMMENT 'None', `maxdate` string COMMENT 'None', `mincnt` bigint COMMENT 'None', `sumcnt` bigint COMMENT 'None', `chccnt` bigint COMMENT 'None', `maxlcnt...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "poker_cls_dw", "table": "dg_casino_slot_user_hist", "description": null, "columns": [{"name": "game_no", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "description": null}, {"name": "win_gmony", "type": "bigint", "de...
CREATE TABLE `poker_cls_dw`.`dg_casino_slot_user_hist` ( `game_no` bigint COMMENT 'None', `userid` string COMMENT 'None', `log_dt` string COMMENT 'None', `win_gmony` bigint COMMENT 'None', `result_pay_token` bigint COMMENT 'None', `result_free_token` bigint COMMENT 'None', `log_type` bigint ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "poker_cls_dw", "table": "dg_casino_slot_user_hist_d01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint", "description": null}, {"name": "custno", "type": "bigint"...
CREATE TABLE `poker_cls_dw`.`dg_casino_slot_user_hist_d01` ( `rep_game_cd` string COMMENT 'None', `userid` string COMMENT 'None', `userno` bigint COMMENT 'None', `custno` bigint COMMENT 'None', `game_cd` string COMMENT 'None', `machine_id` string COMMENT 'None', `bet_level` string COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "poker_cls_dw", "table": "sg_casino_slot_game_user_sd01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "machine_id", "type": "string", "description": null}, {"name": "bet_level", "type":...
CREATE TABLE `poker_cls_dw`.`sg_casino_slot_game_user_sd01` ( `rep_game_cd` string COMMENT 'None', `game_cd` string COMMENT 'None', `machine_id` string COMMENT 'None', `bet_level` string COMMENT 'None', `jackpot_grade` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `user_spin_cnt` bigi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "poker_cls_dw", "table": "sg_pocls_mm_cm_pu_shop_sd02", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "secn_cd", "type": "string", "description": null}, {"name": "tdd_pu", "type": "bigint", "description": null}, {"name": "tdd_nsamt", "type": "doub...
CREATE TABLE `poker_cls_dw`.`sg_pocls_mm_cm_pu_shop_sd02` ( `rep_game_cd` string COMMENT 'None', `secn_cd` string COMMENT 'None', `tdd_pu` bigint COMMENT 'None', `tdd_nsamt` double COMMENT 'None', `tdd_samt` double COMMENT 'None', `mm_cm_pu` bigint COMMENT 'None', `mm_cm_nsamt` double COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "poker_cls_dw", "table": "dg_casino_user_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint", "description": null}, {"name": "custno", "type": "bigint", "description": null}, {"name": "join_dt", "type": "string", "description...
CREATE TABLE `poker_cls_dw`.`dg_casino_user_d01` ( `userid` string COMMENT 'None', `userno` bigint COMMENT 'None', `custno` bigint COMMENT 'None', `join_dt` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `game_grd_cd` string COMMENT 'None', `guildid` string COMMENT 'None', `...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_pay_hist", "description": null, "columns": [{"name": "pay_seq", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null},...
CREATE TABLE `bip_dw`.`db_pay_hist` ( `pay_seq` string COMMENT 'None', `st_cd` string COMMENT 'None', `pay_chnl_cd` string COMMENT 'None', `userid` string COMMENT 'None', `bllng_userno` string COMMENT 'None', `prod_seq` string COMMENT 'None', `pay_hms` string COMMENT 'None', `pay_tp_cd` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_chnl_cd", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "strt_ymd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, ...
CREATE TABLE `bip_dw`.`dg_chnl_cd` ( `game_cd` string COMMENT 'None', `chnl_cd` string COMMENT 'None', `strt_ymd` string COMMENT 'None', `chnl_nm` string COMMENT 'None', `chnl_tp_cd` string COMMENT 'None', `chnl_tp_nm` string COMMENT 'None', `gameid` string COMMENT 'None', `end_ymd` stri...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_game_mm_user_m01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "new_join_yn", "type": "string", "description": null}, {"name": "mm_user_pcnt", "type": "bigint", "description": null}, {"name": "mm_vst_dcnt", "type": "bigint", "d...
CREATE TABLE `bip_dw`.`dg_game_mm_user_m01` ( `userno` string COMMENT 'None', `new_join_yn` string COMMENT 'None', `mm_user_pcnt` bigint COMMENT 'None', `mm_vst_dcnt` bigint COMMENT 'None', `mm_ptm` double COMMENT 'None', `ltr_etc1` string COMMENT 'None', `userid` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mony_cd_mtr", "description": null, "columns": [{"name": "mony_cd", "type": "string", "description": null}, {"name": "mony_nm", "type": "string", "description": null}, {"name": "mony_desc", "type": "string", "description": null}, {"name": "mony_cat_cd", "type": "string", "description"...
CREATE TABLE `bip_dw`.`dg_mony_cd_mtr` ( `mony_cd` string COMMENT 'None', `mony_nm` string COMMENT 'None', `mony_desc` string COMMENT 'None', `mony_cat_cd` string COMMENT 'None', `mony_cat_nm` string COMMENT 'None', `strt_ymd` string COMMENT 'None', `out_in_tp_cd` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "md_tbl_d01", "description": null, "columns": [{"name": "dbname", "type": "string", "description": null}, {"name": "tbl_nm", "type": "string", "description": null}, {"name": "entt_nm", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"n...
CREATE TABLE `bip_dw`.`md_tbl_d01` ( `dbname` string COMMENT 'None', `tbl_nm` string COMMENT 'None', `entt_nm` string COMMENT 'None', `game_cd` string COMMENT 'None', `tbl_tp_cd` string COMMENT 'None', `tbl_stat_cd` string COMMENT 'None', `work_hh` string COMMENT 'None', `sms_chk_yn` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sb_org_sale_sd01", "description": null, "columns": [{"name": "sale_cd", "type": "string", "description": null}, {"name": "inflw_chnl_cd", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "nsamt", "type": "double", "description": n...
CREATE TABLE `bip_dw`.`sb_org_sale_sd01` ( `sale_cd` string COMMENT 'None', `inflw_chnl_cd` string COMMENT 'None', `samt` double COMMENT 'None', `nsamt` double COMMENT 'None', `samt_jpy` double COMMENT 'None', `work_ymd` string COMMENT 'None', `ocr_tp_cd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_endp_sale_d01", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": n...
CREATE TABLE `bip_dw`.`db_endp_sale_d01` ( `pay_chnl_cd` string COMMENT 'None', `userid` string COMMENT 'None', `sale_cd` string COMMENT 'None', `st_cd` string COMMENT 'None', `samt` double COMMENT 'None', `nsamt` double COMMENT 'None', `sale_cnt` bigint COMMENT 'None', `userno` bigint C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_b2b_evnt_cd_mtr", "description": null, "columns": [{"name": "evnt_cd", "type": "string", "description": null}, {"name": "evnt_tp_cd", "type": "string", "description": null}, {"name": "cp_cd", "type": "string", "description": null}, {"name": "cp_lcls_nm", "type": "string", "descriptio...
CREATE TABLE `bip_dw`.`db_b2b_evnt_cd_mtr` ( `evnt_cd` string COMMENT 'None', `evnt_tp_cd` string COMMENT 'None', `cp_cd` string COMMENT 'None', `cp_lcls_nm` string COMMENT 'None', `cp_mcls_nm` string COMMENT 'None', `evnt_nm` string COMMENT 'None', `out_tp_cd` string COMMENT 'None', `sa...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_endp_sale_m01", "description": null, "columns": [{"name": "org_cd", "type": "string", "description": null}, {"name": "prod_lcls_cd", "type": "string", "description": null}, {"name": "pu_tp_cd", "type": "string", "description": null}, {"name": "pay_chnl_cd", "type": "string", "descrip...
CREATE TABLE `bip_dw`.`db_endp_sale_m01` ( `org_cd` string COMMENT 'None', `prod_lcls_cd` string COMMENT 'None', `pu_tp_cd` string COMMENT 'None', `pay_chnl_cd` string COMMENT 'None', `userid` string COMMENT 'None', `st_cd` string COMMENT 'None', `samt` double COMMENT 'None', `sale_cnt` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_endp_sale_m02", "description": null, "columns": [{"name": "org_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "pu_tp_cd", "type": "string", "description": null}...
CREATE TABLE `bip_dw`.`db_endp_sale_m02` ( `org_cd` string COMMENT 'None', `st_cd` string COMMENT 'None', `userid` string COMMENT 'None', `pu_tp_cd` string COMMENT 'None', `userno` string COMMENT 'None', `custno` string COMMENT 'None', `samt` double COMMENT 'None', `nsamt` double COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_game_payr_mtr", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": null}, {"name": "lst_pay_ymd", "type": "string", "descr...
CREATE TABLE `bip_dw`.`db_game_payr_mtr` ( `pay_chnl_cd` string COMMENT 'None', `userid` string COMMENT 'None', `fst_pay_ymd` string COMMENT 'None', `lst_pay_ymd` string COMMENT 'None', `userno` bigint COMMENT 'None', `custno` bigint COMMENT 'None', `prod_seq` string COMMENT 'None', `gam...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_mbrs_grp_cntnu_use_mtr", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "grpid", "type": "string", "description": null}, {"name": "cntnu_use_mcnt", "type": "bigint", "description": null}, {"name": "mgr_rgst_use_mcnt", "type": "big...
CREATE TABLE `bip_dw`.`db_mbrs_grp_cntnu_use_mtr` ( `userid` string COMMENT 'None', `grpid` string COMMENT 'None', `cntnu_use_mcnt` bigint COMMENT 'None', `mgr_rgst_use_mcnt` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_mbrs_lcns_mtr", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "acntid", "type": "bigint", "description": null}, {"name": "grp_fst_rgst_ymd", "type": "string", "descriptio...
CREATE TABLE `bip_dw`.`db_mbrs_lcns_mtr` ( `userid` string COMMENT 'None', `prodid` string COMMENT 'None', `acntid` bigint COMMENT 'None', `grp_fst_rgst_ymd` string COMMENT 'None', `lcns_strt_ymd` string COMMENT 'None', `lcns_end_ymd` string COMMENT 'None', `stat_cd` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_mbrs_mbr_mtr", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "mbrs_userno", "type": "bigint", "description": null}, {"name": "rgst_dt", "type": "string", "description": null}, {"name": "lst_mod_dt", "type": "string", "description...
CREATE TABLE `bip_dw`.`db_mbrs_mbr_mtr` ( `userid` string COMMENT 'None', `mbrs_userno` bigint COMMENT 'None', `rgst_dt` string COMMENT 'None', `lst_mod_dt` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_mbrs_prod_cntnu_use_mtr", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "grpid", "type": "string", "description": null}, {"name": "cntnu_use_mcnt", "type": "bigint", "des...
CREATE TABLE `bip_dw`.`db_mbrs_prod_cntnu_use_mtr` ( `userid` string COMMENT 'None', `prodid` string COMMENT 'None', `grpid` string COMMENT 'None', `cntnu_use_mcnt` bigint COMMENT 'None', `mgr_rgst_use_mcnt` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_prod_payr_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": n...
CREATE TABLE `bip_dw`.`db_prod_payr_mtr` ( `st_cd` string COMMENT 'None', `sale_cd` string COMMENT 'None', `userid` string COMMENT 'None', `fst_pay_ymd` string COMMENT 'None', `lst_pay_ymd` string COMMENT 'None', `userno` string COMMENT 'None', `custno` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_prod_useprd_m01", "description": null, "columns": [{"name": "prod_seq", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "cpid", "type": "string", "description": null}, {"name": "intnl_dvlp_yn", "type": "string", "description...
CREATE TABLE `bip_dw`.`db_prod_useprd_m01` ( `prod_seq` string COMMENT 'None', `prodid` string COMMENT 'None', `cpid` string COMMENT 'None', `intnl_dvlp_yn` string COMMENT 'None', `use_prd_tp_cd` string COMMENT 'None', `avg_use_dcnt` double COMMENT 'None', `log_dt` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_cldr_cd_mtr", "description": null, "columns": [{"name": "ymd_cd", "type": "string", "description": null}, {"name": "ym_cd", "type": "string", "description": null}, {"name": "yy_cd", "type": "string", "description": null}, {"name": "qtr_cd", "type": "string", "description": null}, {"n...
CREATE TABLE `bip_dw`.`dc_cldr_cd_mtr` ( `ymd_cd` string COMMENT 'None', `ym_cd` string COMMENT 'None', `yy_cd` string COMMENT 'None', `qtr_cd` string COMMENT 'None', `mm_cd` string COMMENT 'None', `dd_cd` string COMMENT 'None', `wday_cd` bigint COMMENT 'None', `bdd_cd` string COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_endp_cd_mtr", "description": null, "columns": [{"name": "endp_cd", "type": "bigint", "description": null}, {"name": "endp_nm", "type": "string", "description": null}, {"name": "svc_cd", "type": "bigint", "description": null}, {"name": "svc_nm", "type": "string", "description": null},...
CREATE TABLE `bip_dw`.`dc_endp_cd_mtr` ( `endp_cd` bigint COMMENT 'None', `endp_nm` string COMMENT 'None', `svc_cd` bigint COMMENT 'None', `svc_nm` string COMMENT 'None', `prod_seq` string COMMENT 'None', `rgst_dt` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_game_app_mapng_mtr", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "tc_pjt_id", "type": "string", "description": null}, {"name": "ta_app_key", "type": "string", "description": null}, {"name": "appgd_app_key", "type": "string", "...
CREATE TABLE `bip_dw`.`dc_game_app_mapng_mtr` ( `game_cd` string COMMENT 'None', `tc_pjt_id` string COMMENT 'None', `ta_app_key` string COMMENT 'None', `appgd_app_key` string COMMENT 'None', `log_crash_app_key` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_gen_cd_mtr_fdw", "description": null, "columns": [{"name": "grp_cd", "type": "string", "description": null}, {"name": "gen_cd", "type": "string", "description": null}, {"name": "gen_nm", "type": "string", "description": null}, {"name": "scls_cd", "type": "string", "description": null...
CREATE TABLE `bip_dw`.`dc_gen_cd_mtr_fdw` ( `grp_cd` string COMMENT 'None', `gen_cd` string COMMENT 'None', `gen_nm` string COMMENT 'None', `scls_cd` string COMMENT 'None', `scls_nm` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `mcls_nm` string COMMENT 'None', `lcls_cd` string...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_mbrs_pkg_cd_mtr", "description": null, "columns": [{"name": "pkgid", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "pkg_nm", "type": "string", "description": null}, {"name": "fee", "type": "double", "description": null}, {...
CREATE TABLE `bip_dw`.`dc_mbrs_pkg_cd_mtr` ( `pkgid` string COMMENT 'None', `prodid` string COMMENT 'None', `pkg_nm` string COMMENT 'None', `fee` double COMMENT 'None', `fee_tp_cd` string COMMENT 'None', `prd_cd` string COMMENT 'None', `prd_tp_cd` string COMMENT 'None', `prd` bigint COMM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_mbrs_prod_cd_mtr", "description": null, "columns": [{"name": "prodid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "grpid", "type": "string", "description": null}, {"name": "grp_nm", "type": "string", "description": nul...
CREATE TABLE `bip_dw`.`dc_mbrs_prod_cd_mtr` ( `prodid` string COMMENT 'None', `prod_nm` string COMMENT 'None', `grpid` string COMMENT 'None', `grp_nm` string COMMENT 'None', `svcid` string COMMENT 'None', `svc_nm` string COMMENT 'None', `plus_tp_cd` string COMMENT 'None', `mbrs_tp_cd` st...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_nn_pay_prod_cd_mtr", "description": null, "columns": [{"name": "prod_seq", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description...
CREATE TABLE `bip_dw`.`dc_nn_pay_prod_cd_mtr` ( `prod_seq` string COMMENT 'None', `prodid` string COMMENT 'None', `prod_nm` string COMMENT 'None', `sale_cd` string COMMENT 'None', `sale2_cd` string COMMENT 'None', `cpid` string COMMENT 'None', `cp_nm` string COMMENT 'None', `svc_seq` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_prod_cd_mtr", "description": null, "columns": [{"name": "prod_seq", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null...
CREATE TABLE `bip_dw`.`dc_prod_cd_mtr` ( `prod_seq` string COMMENT 'None', `prodid` string COMMENT 'None', `prod_nm` string COMMENT 'None', `sale_cd` string COMMENT 'None', `sale2_cd` string COMMENT 'None', `cpid` string COMMENT 'None', `cp_nm` string COMMENT 'None', `svc_seq` string COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_bdki_user_mtr", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "description":...
CREATE TABLE `bip_dw`.`dg_bdki_user_mtr` ( `userno` string COMMENT 'None', `st_cd` string COMMENT 'None', `hg_userid` string COMMENT 'None', `game_grd_cd` bigint COMMENT 'None', `join_dt` string COMMENT 'None', `lst_login_dt` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `c...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mbl_gssudda_user_mtr", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "tno", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "descript...
CREATE TABLE `bip_dw`.`dg_mbl_gssudda_user_mtr` ( `userno` string COMMENT 'None', `hg_userid` string COMMENT 'None', `tno` string COMMENT 'None', `game_grd_cd` bigint COMMENT 'None', `join_dt` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `ci` string COMMENT 'None', `idp_cd...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_game_user_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "mbr_stat_cd", "type": "string", "description": null}, {"name": "app_id", "type": "string", "description...
CREATE TABLE `bip_dw`.`dg_mblg_game_user_mtr` ( `st_cd` string COMMENT 'None', `userno` string COMMENT 'None', `mbr_stat_cd` string COMMENT 'None', `app_id` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_login_dt` string COMMENT 'None', `nat_cd` string COMMENT 'None', `dev_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_item_hld_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_tp_cd", "type": "string", "description"...
CREATE TABLE `bip_dw`.`dg_mblg_item_hld_mtr` ( `st_cd` string COMMENT 'None', `userno` string COMMENT 'None', `item_id` string COMMENT 'None', `item_tp_cd` string COMMENT 'None', `hld_cnt` bigint COMMENT 'None', `ltr_etc1` string COMMENT 'None', `num_etc1` bigint COMMENT 'None', `ltr_etc...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_item_mtr", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "item_nm", "type": "string", "description": null}, {"name": "item_tp_cd", "type": "string", "description": null}, {"name": "item_dtl_tp_cd", "type": "string", "descri...
CREATE TABLE `bip_dw`.`dg_mblg_item_mtr` ( `item_id` string COMMENT 'None', `item_nm` string COMMENT 'None', `item_tp_cd` string COMMENT 'None', `item_dtl_tp_cd` string COMMENT 'None', `item_add_info` string COMMENT 'None', `sale_prc` double COMMENT 'None', `use_psbl_tcnt` bigint COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_pay_prod_cd_mtr", "description": null, "columns": [{"name": "prod_id", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "mket_cd", "type": "string", "description": null}, {"name": "prod_cat_nm", "type": "string", "descr...
CREATE TABLE `bip_dw`.`dg_mblg_pay_prod_cd_mtr` ( `prod_id` string COMMENT 'None', `prod_nm` string COMMENT 'None', `mket_cd` string COMMENT 'None', `prod_cat_nm` string COMMENT 'None', `prod_cat_cd` string COMMENT 'None', `sale_uprc_amt` double COMMENT 'None', `prod_crncy_cd` string COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_user_m01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "lst_game_dt", "type": "string", "description": ...
CREATE TABLE `bip_dw`.`dg_mblg_user_m01` ( `userno` string COMMENT 'None', `org_cd` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `os_cd` string COMMENT 'None', `mket_cd` string COMMENT 'None', `nat_cd` string COMMENT 'None', `lv_cd` string ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_user_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": n...
CREATE TABLE `bip_dw`.`dg_mblg_user_mtr` ( `st_cd` string COMMENT 'None', `userno` string COMMENT 'None', `hg_userid` string COMMENT 'None', `hg_userno` bigint COMMENT 'None', `sex_cd` string COMMENT 'None', `brt_dy` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_login_dt` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_po_game_user_m01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint", "description": null}, {"name": "custno", "type": "bigint", "description"...
CREATE TABLE `bip_dw`.`dg_po_game_user_m01` ( `rep_game_cd` string COMMENT 'None', `userid` string COMMENT 'None', `userno` bigint COMMENT 'None', `custno` bigint COMMENT 'None', `game_grd_cd` string COMMENT 'None', `use_game_cnt` bigint COMMENT 'None', `main_use_game_grd_cd` string COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_po_v1_objr_m01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "strt_ym", "type": "string", "description": null}, {"name": "lst_ym", "type": "string", "description": nul...
CREATE TABLE `bip_dw`.`dg_po_v1_objr_m01` ( `game_cd` string COMMENT 'None', `userid` string COMMENT 'None', `strt_ym` string COMMENT 'None', `lst_ym` string COMMENT 'None', `user_tp_cd` bigint COMMENT 'None', `samt` double COMMENT 'None', `avt_samt` double COMMENT 'None', `item_samt` do...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_po_v1_user_m01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "v1_game_dcnt", "type": "bigint", "description": null}, {"name": "v1_game_pcnt", "type": "bigint", "descri...
CREATE TABLE `bip_dw`.`dg_po_v1_user_m01` ( `game_cd` string COMMENT 'None', `userid` string COMMENT 'None', `v1_game_dcnt` bigint COMMENT 'None', `v1_game_pcnt` bigint COMMENT 'None', `v1_win_pcnt` bigint COMMENT 'None', `v1_los_pcnt` bigint COMMENT 'None', `v1_win_mony` double COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dm_mbr_ci_dtl_mtr", "description": null, "columns": [{"name": "mbr_tp_cd", "type": "string", "description": null}, {"name": "id_no", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, ...
CREATE TABLE `bip_dw`.`dm_mbr_ci_dtl_mtr` ( `mbr_tp_cd` string COMMENT 'None', `id_no` string COMMENT 'None', `ci` string COMMENT 'None', `sex_cd` string COMMENT 'None', `age_cd` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_conn_dt` string COMMENT 'None', `fst_pay_ymd` st...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dm_mbr_ci_id_mapng_mtr", "description": null, "columns": [{"name": "mbr_tp_cd", "type": "string", "description": null}, {"name": "id_no", "type": "string", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}]...
CREATE TABLE `bip_dw`.`dm_mbr_ci_id_mapng_mtr` ( `mbr_tp_cd` string COMMENT 'None', `id_no` string COMMENT 'None', `id` string COMMENT 'None', `ci` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dm_mbr_ci_mtr", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_cd", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"nam...
CREATE TABLE `bip_dw`.`dm_mbr_ci_mtr` ( `ci` string COMMENT 'None', `sex_cd` string COMMENT 'None', `age_cd` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_conn_dt` string COMMENT 'None', `fst_pay_ymd` string COMMENT 'None', `lst_pay_ymd` string COMMENT 'None', `cm_pay_amt`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dm_nv_mbr_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "brthy", "type": "bigint", "description": null}, {"name": "brtd", "type": "string", "description": null}, {"name...
CREATE TABLE `bip_dw`.`dm_nv_mbr_mtr` ( `st_cd` string COMMENT 'None', `userid` string COMMENT 'None', `brthy` bigint COMMENT 'None', `brtd` string COMMENT 'None', `age_cd` string COMMENT 'None', `fullage_cd` string COMMENT 'None', `sex_cd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "ds_appgd_app_mtr", "description": null, "columns": [{"name": "app_key", "type": "string", "description": null}, {"name": "app_nm", "type": "string", "description": null}, {"name": "rgst_dt", "type": "string", "description": null}, {"name": "end_dt", "type": "string", "description": null...
CREATE TABLE `bip_dw`.`ds_appgd_app_mtr` ( `app_key` string COMMENT 'None', `app_nm` string COMMENT 'None', `rgst_dt` string COMMENT 'None', `end_dt` string COMMENT 'None', `stat_cd` string COMMENT 'None', `apl_yn` string COMMENT 'None', `svc_tp_cd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sb_extnl_acct_audt_sm01", "description": null, "columns": [{"name": "org_cd", "type": "string", "description": null}, {"name": "cpid", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "sale_cnt", "type": "bigint", "description": nul...
CREATE TABLE `bip_dw`.`sb_extnl_acct_audt_sm01` ( `org_cd` string COMMENT 'None', `cpid` string COMMENT 'None', `pu` bigint COMMENT 'None', `sale_cnt` bigint COMMENT 'None', `work_ym` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_adid_sd01", "description": null, "columns": [{"name": "act_tp_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "ci_mapng_yn", "type": "string", "description": nul...
CREATE TABLE `bip_dw`.`sg_adid_sd01` ( `act_tp_cd` string COMMENT 'None', `nat_cd` string COMMENT 'None', `os_cd` string COMMENT 'None', `ci_mapng_yn` string COMMENT 'None', `sex_cd` string COMMENT 'None', `age_cd` string COMMENT 'None', `cm_user` bigint COMMENT 'None', `new_ucnt` bigint...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_bdki_high_rnk_game_sm01", "description": null, "columns": [{"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "descri...
CREATE TABLE `bip_dw`.`sg_bdki_high_rnk_game_sm01` ( `chnl_nm` string COMMENT 'None', `game_mode` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `ucnt` bigint COMMENT 'None', `user_pcnt` bigint COMMENT 'None', `allin_tcnt` bigint COMMENT 'None', `los_mony` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_bdki_high_rnk_pu_sm01", "description": null, "columns": [{"name": "market", "type": "string", "description": null}, {"name": "sumry_lv", "type": "int", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "new_pu", "type": "bigint", "description": nul...
CREATE TABLE `bip_dw`.`sg_bdki_high_rnk_pu_sm01` ( `market` string COMMENT 'None', `sumry_lv` int COMMENT 'None', `pu` bigint COMMENT 'None', `new_pu` bigint COMMENT 'None', `cntnu_pu` bigint COMMENT 'None', `cmbck_pu` bigint COMMENT 'None', `secd_pu` bigint COMMENT 'None', `work_ym` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_bdki_high_rnk_sale_sm01", "description": null, "columns": [{"name": "sumry_lv", "type": "int", "description": null}, {"name": "market", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "descriptio...
CREATE TABLE `bip_dw`.`sg_bdki_high_rnk_sale_sm01` ( `sumry_lv` int COMMENT 'None', `market` string COMMENT 'None', `nat_cd` string COMMENT 'None', `prod_nm` string COMMENT 'None', `pu` bigint COMMENT 'None', `sale_cnt` bigint COMMENT 'None', `samt` bigint COMMENT 'None', `nsamt` bigint ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_bdki_high_rnk_user_sm01", "description": null, "columns": [{"name": "mau", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint", "description": null}, {"name": "secd_ucnt", "type": "bigint", "description": null}, {"name": "cmbck_ucnt", "type": "bigint", "desc...
CREATE TABLE `bip_dw`.`sg_bdki_high_rnk_user_sm01` ( `mau` bigint COMMENT 'None', `new_ucnt` bigint COMMENT 'None', `secd_ucnt` bigint COMMENT 'None', `cmbck_ucnt` bigint COMMENT 'None', `work_ym` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_game_cntu_use_sm01", "description": null, "columns": [{"name": "join_ym", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "mm_use_cyc", "type": "string", "description": null}, {"name": "mm_ucnt", "type": "bigint", "descript...
CREATE TABLE `bip_dw`.`sg_game_cntu_use_sm01` ( `join_ym` string COMMENT 'None', `game_cd` string COMMENT 'None', `mm_use_cyc` string COMMENT 'None', `mm_ucnt` bigint COMMENT 'None', `ltr_etc1` string COMMENT 'None', `work_ym` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_mblg_dev_sm01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "dev_mdl", "type": "string", "description": null}, {"name": "rnk", "type": "bigint", "description": null}, {"name": "mm_ucnt", "type": "bigint", "description": null},...
CREATE TABLE `bip_dw`.`sg_mblg_dev_sm01` ( `game_cd` string COMMENT 'None', `dev_mdl` string COMMENT 'None', `rnk` bigint COMMENT 'None', `mm_ucnt` bigint COMMENT 'None', `work_ym` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_mblg_pay_sm01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "mket_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "prod_id", "type": "string", "description": nul...
CREATE TABLE `bip_dw`.`sg_mblg_pay_sm01` ( `game_cd` string COMMENT 'None', `mket_cd` string COMMENT 'None', `nat_cd` string COMMENT 'None', `prod_id` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `game_grd_secn_zn_cd` string COMMENT 'None', `pay_amt_secn_zn_cd` string COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_po_v1_objr_game_sm01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "mm_ucnt", "type": "bigint", "description": null}, {"name": "mm_strt_hld_mony", "type": "double", "description": null}, {"name": "mm_end_hld_mony", "type": "do...
CREATE TABLE `bip_dw`.`sg_po_v1_objr_game_sm01` ( `game_cd` string COMMENT 'None', `mm_ucnt` bigint COMMENT 'None', `mm_strt_hld_mony` double COMMENT 'None', `mm_end_hld_mony` double COMMENT 'None', `v1_win_tcnt` bigint COMMENT 'None', `v1_los_tcnt` bigint COMMENT 'None', `v1_win_pcnt` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_po_v1_objr_game_sm02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "description": null}, {"name": "user_tp_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "descri...
CREATE TABLE `bip_dw`.`sg_po_v1_objr_game_sm02` ( `game_cd` string COMMENT 'None', `game_tp_cd` string COMMENT 'None', `user_tp_cd` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `tcnt` bigint COMMENT 'None', `pcnt` bigint COMMENT 'None', `mony` double COMMENT 'None', `work_ym` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_po_v1_objr_game_sm03", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "description": null}, {"name": "user_tp_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "descri...
CREATE TABLE `bip_dw`.`sg_po_v1_objr_game_sm03` ( `game_cd` string COMMENT 'None', `game_tp_cd` string COMMENT 'None', `user_tp_cd` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `tcnt` bigint COMMENT 'None', `pcnt` bigint COMMENT 'None', `mony` double COMMENT 'None', `work_ym` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_po_v1_objr_sm01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "cm_objr_cnt", "type": "bigint", "description": null}, {"name": "tmm_objr_cnt", "type": "bigint", "description": null}, {"name": "new_objr_cnt", "type": "bigint", "...
CREATE TABLE `bip_dw`.`sg_po_v1_objr_sm01` ( `game_cd` string COMMENT 'None', `cm_objr_cnt` bigint COMMENT 'None', `tmm_objr_cnt` bigint COMMENT 'None', `new_objr_cnt` bigint COMMENT 'None', `cmbck_objr_cnt` bigint COMMENT 'None', `secd_objr_cnt` bigint COMMENT 'None', `cntnu_objr_cnt` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_po_vip_user_sm01", "description": null, "columns": [{"name": "vip_grd_cd", "type": "string", "description": null}, {"name": "cm_ucnt", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint", "description": null}, {"name": "cntnu_ucnt", "type": "bigint", "descri...
CREATE TABLE `bip_dw`.`sg_po_vip_user_sm01` ( `vip_grd_cd` string COMMENT 'None', `cm_ucnt` bigint COMMENT 'None', `new_ucnt` bigint COMMENT 'None', `cntnu_ucnt` bigint COMMENT 'None', `secd_ucnt` bigint COMMENT 'None', `mm_pu` bigint COMMENT 'None', `mm_nsamt` double COMMENT 'None', `wo...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_std_indr_endp_sale_sm01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "descriptio...
CREATE TABLE `bip_dw`.`sg_std_indr_endp_sale_sm01` ( `lcls_cd` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `org_cd` string COMMENT 'None', `cat1` string COMMENT 'None', `cat2` string COMMENT 'None', `cat3` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `lcls_nm` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_std_indr_endp_sale_sm02", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "samt", "type": "double", "description": ...
CREATE TABLE `bip_dw`.`sg_std_indr_endp_sale_sm02` ( `lcls_cd` string COMMENT 'None', `lcls_nm` string COMMENT 'None', `pu` bigint COMMENT 'None', `samt` double COMMENT 'None', `nsamt` double COMMENT 'None', `samt_jpy` double COMMENT 'None', `work_ym` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_std_indr_org_sale_sm01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "description...
CREATE TABLE `bip_dw`.`sg_std_indr_org_sale_sm01` ( `lcls_cd` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `org_cd` string COMMENT 'None', `cat1` string COMMENT 'None', `cat2` string COMMENT 'None', `cat3` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `lcls_nm` stri...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_std_indr_pu_sm01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "description": nul...
CREATE TABLE `bip_dw`.`sg_std_indr_pu_sm01` ( `lcls_cd` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `org_cd` string COMMENT 'None', `cat1` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `lcls_nm` string COMMENT 'None', `mcls_nm` string COMMENT 'None', `org_nm` strin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_std_indr_sale_secn_sm01", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "mket_cd", "type": "string", "description": null}, {"name": "pu_tp_cd", "type": "string", "descript...
CREATE TABLE `bip_dw`.`sg_std_indr_sale_secn_sm01` ( `nat_cd` string COMMENT 'None', `os_cd` string COMMENT 'None', `mket_cd` string COMMENT 'None', `pu_tp_cd` string COMMENT 'None', `mm_samt_secn_cd` string COMMENT 'None', `pu_yn` string COMMENT 'None', `lst_lv_cd` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_std_indr_sale_sm01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description"...
CREATE TABLE `bip_dw`.`sg_std_indr_sale_sm01` ( `lcls_cd` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `org_cd` string COMMENT 'None', `lcls_nm` string COMMENT 'None', `mcls_nm` string COMMENT 'None', `org_nm` string COMMENT 'None', `pu` double COMMENT 'None', `nsamt` double C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "sg_std_indr_sm01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": nul...
CREATE TABLE `bip_dw`.`sg_std_indr_sm01` ( `lcls_cd` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `game_cd` string COMMENT 'None', `org_cd` string COMMENT 'None', `lcls_nm` string COMMENT 'None', `mcls_nm` string COMMENT 'None', `game_nm` string COMMENT 'None', `mm_ucnt` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "ss_dev_mdl_sm01", "description": null, "columns": [{"name": "dev_mdl_cd", "type": "string", "description": null}, {"name": "os_ver", "type": "string", "description": null}, {"name": "conn_nat_cd", "type": "string", "description": null}, {"name": "app_key", "type": "string", "description...
CREATE TABLE `bip_dw`.`ss_dev_mdl_sm01` ( `dev_mdl_cd` string COMMENT 'None', `os_ver` string COMMENT 'None', `conn_nat_cd` string COMMENT 'None', `app_key` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `os_cd` string COMMENT 'None', `app_nm` string COMMENT 'None', `adid_cnt` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_endp_use_hist", "description": null, "columns": [{"name": "work_hh", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "endp_cd", "type": "bigint", "description": null}, {"name": "endp_stat_cd", "type": "string", "description"...
CREATE TABLE `bip_dw`.`db_endp_use_hist` ( `work_hh` string COMMENT 'None', `userid` string COMMENT 'None', `endp_cd` bigint COMMENT 'None', `endp_stat_cd` string COMMENT 'None', `gameid` string COMMENT 'None', `game_grd_cd` string COMMENT 'None', `ip` string COMMENT 'None', `endp_qty` d...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_epay_prod_pay_hist", "description": null, "columns": [{"name": "ord_no", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "userid", "type": "string", "description"...
CREATE TABLE `bip_dw`.`db_epay_prod_pay_hist` ( `ord_no` string COMMENT 'None', `prod_seq` string COMMENT 'None', `prod_nm` string COMMENT 'None', `userid` string COMMENT 'None', `pay_stat_cd` string COMMENT 'None', `st_cd` string COMMENT 'None', `pay_chnl_cd` string COMMENT 'None', `bll...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_mbrs_lcns_chg_hist", "description": null, "columns": [{"name": "lcns_chg_seq", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "stat_cd", "type": "string", "descript...
CREATE TABLE `bip_dw`.`db_mbrs_lcns_chg_hist` ( `lcns_chg_seq` bigint COMMENT 'None', `userid` string COMMENT 'None', `prodid` string COMMENT 'None', `stat_cd` string COMMENT 'None', `lcns_strt_ymd` string COMMENT 'None', `lcns_end_ymd` string COMMENT 'None', `grp_fst_rgst_ymd` string COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_mbrs_lcns_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "stat_cd", "type": "string", "description": null}, {"name": "dtl_stat_cd", "type": "string", "description": ...
CREATE TABLE `bip_dw`.`db_mbrs_lcns_d01` ( `userid` string COMMENT 'None', `prodid` string COMMENT 'None', `stat_cd` string COMMENT 'None', `dtl_stat_cd` string COMMENT 'None', `lcns_strt_ymd` string COMMENT 'None', `lcns_end_ymd` string COMMENT 'None', `grp_fst_rgst_ymd` string COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_mbrs_pay_hist", "description": null, "columns": [{"name": "payno", "type": "bigint", "description": null}, {"name": "acntid", "type": "bigint", "description": null}, {"name": "pkgid", "type": "string", "description": null}, {"name": "pay_ymd", "type": "string", "description": null}, ...
CREATE TABLE `bip_dw`.`db_mbrs_pay_hist` ( `payno` bigint COMMENT 'None', `acntid` bigint COMMENT 'None', `pkgid` string COMMENT 'None', `pay_ymd` string COMMENT 'None', `pay_hms` string COMMENT 'None', `pay_tp_cd` string COMMENT 'None', `pg_cd` string COMMENT 'None', `dctktno` string CO...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_prod_sale_hist", "description": null, "columns": [{"name": "work_hh", "type": "string", "description": null}, {"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "description...
CREATE TABLE `bip_dw`.`db_prod_sale_hist` ( `work_hh` string COMMENT 'None', `pay_chnl_cd` string COMMENT 'None', `userid` string COMMENT 'None', `prod_seq` string COMMENT 'None', `pay_tp_cd` string COMMENT 'None', `pay_mns_cd` string COMMENT 'None', `atmt_pay_yn` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "db_shop_pay_path_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "pay_path", "type": "string", "description": null}, {"name": "pay_seq", "type": "string", "description"...
CREATE TABLE `bip_dw`.`db_shop_pay_path_hist` ( `log_dt` string COMMENT 'None', `userid` string COMMENT 'None', `pay_path` string COMMENT 'None', `pay_seq` string COMMENT 'None', `web_clnt_tp_cd` string COMMENT 'None', `rep_game_cd` string COMMENT 'None', `game_cd` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_evnt_mony_out_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "chnlid", "type": "string", "description": null}, {"name": "evnt_cd", "type": "bigint", "description":...
CREATE TABLE `bip_dw`.`dc_evnt_mony_out_hist` ( `log_dt` string COMMENT 'None', `game_cd` string COMMENT 'None', `chnlid` string COMMENT 'None', `evnt_cd` bigint COMMENT 'None', `userid` string COMMENT 'None', `mony_cd` string COMMENT 'None', `inflw_chnl_cd` string COMMENT 'None', `out_m...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_gen_cd_d01", "description": null, "columns": [{"name": "grp_cd", "type": "string", "description": null}, {"name": "gen_cd", "type": "string", "description": null}, {"name": "gen_nm", "type": "string", "description": null}, {"name": "scls_cd", "type": "string", "description": null}, {...
CREATE TABLE `bip_dw`.`dc_gen_cd_d01` ( `grp_cd` string COMMENT 'None', `gen_cd` string COMMENT 'None', `gen_nm` string COMMENT 'None', `scls_cd` string COMMENT 'None', `scls_nm` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `mcls_nm` string COMMENT 'None', `lcls_cd` string COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_grp_cd_d01", "description": null, "columns": [{"name": "grp_cd", "type": "string", "description": null}, {"name": "grp_nm", "type": "string", "description": null}, {"name": "grp_eng_nm", "type": "string", "description": null}, {"name": "cd_len", "type": "string", "description": null}...
CREATE TABLE `bip_dw`.`dc_grp_cd_d01` ( `grp_cd` string COMMENT 'None', `grp_nm` string COMMENT 'None', `grp_eng_nm` string COMMENT 'None', `cd_len` string COMMENT 'None', `cd_tp_cd` string COMMENT 'None', `grp_scls_cd` string COMMENT 'None', `grp_mcls_cd` string COMMENT 'None', `grp_des...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_list_cd_d01", "description": null, "columns": [{"name": "grp_cd", "type": "string", "description": null}, {"name": "list_cd", "type": "string", "description": null}, {"name": "list_nm", "type": "string", "description": null}, {"name": "list1_cd", "type": "string", "description": null...
CREATE TABLE `bip_dw`.`dc_list_cd_d01` ( `grp_cd` string COMMENT 'None', `list_cd` string COMMENT 'None', `list_nm` string COMMENT 'None', `list1_cd` string COMMENT 'None', `list1_nm` string COMMENT 'None', `list2_cd` string COMMENT 'None', `list2_nm` string COMMENT 'None', `list3_cd` st...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_prd_cd_mtr", "description": null, "columns": [{"name": "input_ymd", "type": "string", "description": null}, {"name": "lst_game_prd_cd", "type": "string", "description": null}, {"name": "join_prd_cd", "type": "string", "description": null}, {"name": "sort_cd", "type": "string", "descr...
CREATE TABLE `bip_dw`.`dc_prd_cd_mtr` ( `input_ymd` string COMMENT 'None', `lst_game_prd_cd` string COMMENT 'None', `join_prd_cd` string COMMENT 'None', `sort_cd` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dc_secn_cd_d01", "description": null, "columns": [{"name": "grp_cd", "type": "string", "description": null}, {"name": "secn_cd", "type": "string", "description": null}, {"name": "secn_nm", "type": "string", "description": null}, {"name": "secn_from", "type": "double", "description": nul...
CREATE TABLE `bip_dw`.`dc_secn_cd_d01` ( `grp_cd` string COMMENT 'None', `secn_cd` string COMMENT 'None', `secn_nm` string COMMENT 'None', `secn_from` double COMMENT 'None', `secn_to` double COMMENT 'None', `scls_cd` string COMMENT 'None', `scls_nm` string COMMENT 'None', `mcls_cd` strin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_adid_ci_mapng_d01", "description": null, "columns": [{"name": "adid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `bip_dw`.`dg_adid_ci_mapng_d01` ( `adid` string COMMENT 'None', `ci` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_adid_d01", "description": null, "columns": [{"name": "adid", "type": "string", "description": null}, {"name": "inflw_dt", "type": "string", "description": null}, {"name": "lst_dt", "type": "string", "description": null}, {"name": "inflw_game_cd", "type": "string", "description": null...
CREATE TABLE `bip_dw`.`dg_adid_d01` ( `adid` string COMMENT 'None', `inflw_dt` string COMMENT 'None', `lst_dt` string COMMENT 'None', `inflw_game_cd` string COMMENT 'None', `lst_game_cd` string COMMENT 'None', `nat_cd` string COMMENT 'None', `os_cd` string COMMENT 'None', `idp_cd` string...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_adid_id_mapng_d01", "description": null, "columns": [{"name": "adid", "type": "string", "description": null}, {"name": "mbr_tp_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description":...
CREATE TABLE `bip_dw`.`dg_adid_id_mapng_d01` ( `adid` string COMMENT 'None', `mbr_tp_cd` string COMMENT 'None', `userid` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_adid_use_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "lst_dt", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {...
CREATE TABLE `bip_dw`.`dg_adid_use_d01` ( `game_cd` string COMMENT 'None', `adid` string COMMENT 'None', `lst_dt` string COMMENT 'None', `nat_cd` string COMMENT 'None', `os_cd` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_anly_sdk_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "svr_ip", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, ...
CREATE TABLE `bip_dw`.`dg_anly_sdk_hist` ( `log_dt` string COMMENT 'None', `svr_ip` string COMMENT 'None', `userid` string COMMENT 'None', `os_cd` string COMMENT 'None', `dev_mdl` string COMMENT 'None', `clnt_tm` string COMMENT 'None', `os_ver` string COMMENT 'None', `adid` string COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_bdki_high_rnk_sale_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "descrip...
CREATE TABLE `bip_dw`.`dg_bdki_high_rnk_sale_hist` ( `userno` string COMMENT 'None', `nat_cd` string COMMENT 'None', `prod_seq` string COMMENT 'None', `prod_nm` string COMMENT 'None', `sale_cd` string COMMENT 'None', `lcls_cd` string COMMENT 'None', `lcls_nm` string COMMENT 'None', `scls...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_bdki_high_rnk_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "mket_cd", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "descripti...
CREATE TABLE `bip_dw`.`dg_bdki_high_rnk_user_d01` ( `userno` string COMMENT 'None', `nat_cd` string COMMENT 'None', `mket_cd` string COMMENT 'None', `join_dt` string COMMENT 'None', `join_prd_cd` string COMMENT 'None', `lst_vst_dt` string COMMENT 'None', `lst_vst_prd_cd` string COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_bdki_high_rnk_user_join_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "lst_vst_dt", "type": "string", "description": null}, {"name": "bdd_lst_vst_dt", "type": "str...
CREATE TABLE `bip_dw`.`dg_bdki_high_rnk_user_join_d01` ( `userno` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_vst_dt` string COMMENT 'None', `bdd_lst_vst_dt` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_cardg_dup_user_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "string", "description": null}, {"name": "hg_custno", "type": "string", "descr...
CREATE TABLE `bip_dw`.`dg_cardg_dup_user_d01` ( `game_cd` string COMMENT 'None', `hg_userid` string COMMENT 'None', `hg_userno` string COMMENT 'None', `hg_custno` string COMMENT 'None', `mbl_userno` string COMMENT 'None', `mbl_join_dt` string COMMENT 'None', `mbl_join_prd_cd` string COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_game_adid_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "inflw_dt", "type": "string", "description": null}, {"name": "lst_dt", "type": "string", "description": null}...
CREATE TABLE `bip_dw`.`dg_game_adid_d01` ( `game_cd` string COMMENT 'None', `adid` string COMMENT 'None', `inflw_dt` string COMMENT 'None', `lst_dt` string COMMENT 'None', `nat_cd` string COMMENT 'None', `os_cd` string COMMENT 'None', `idp_cd` string COMMENT 'None', `idp_userno` string C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_game_cm_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "lst_game_dt", "type": "string", "description": null}, {"name": "cm_vit_dcnt", "type": "bigint", "d...
CREATE TABLE `bip_dw`.`dg_game_cm_user_d01_mblg` ( `userno` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `cm_vit_dcnt` bigint COMMENT 'None', `cm_samt` double COMMENT 'None', `cm_ptm` bigint COMMENT 'None', `cm_conn_tcnt` bigint COMMENT 'None',...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_game_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "custno", "type": "bigint", "description": null}, ...
CREATE TABLE `bip_dw`.`dg_game_user_d01` ( `userno` string COMMENT 'None', `userid` string COMMENT 'None', `st_cd` string COMMENT 'None', `custno` bigint COMMENT 'None', `ci` string COMMENT 'None', `join_dt` string COMMENT 'None', `join_prd_cd` string COMMENT 'None', `lst_game_dt` string...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_game_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "hgid_mapng_yn", "type": "string", "de...
CREATE TABLE `bip_dw`.`dg_game_user_d01_mblg` ( `userno` string COMMENT 'None', `hg_userid` string COMMENT 'None', `hg_userno` bigint COMMENT 'None', `hgid_mapng_yn` string COMMENT 'None', `age_cd` string COMMENT 'None', `age_zn_cd` string COMMENT 'None', `sex_cd` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mbl_gssudda_evnt_hist", "description": null, "columns": [{"name": "evnt_id", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "log_tp_cd", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "descript...
CREATE TABLE `bip_dw`.`dg_mbl_gssudda_evnt_hist` ( `evnt_id` string COMMENT 'None', `userno` string COMMENT 'None', `log_tp_cd` string COMMENT 'None', `log_dt` string COMMENT 'None', `num_val1` bigint COMMENT 'None', `num_val2` bigint COMMENT 'None', `num_val3` bigint COMMENT 'None', `lt...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mbl_gssudda_mail_dsph_hist", "description": null, "columns": [{"name": "rgst_dt", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "dsph_info", "type": "string", "description": null}, {"name": "catg_info", "type": "string", "...
CREATE TABLE `bip_dw`.`dg_mbl_gssudda_mail_dsph_hist` ( `rgst_dt` string COMMENT 'None', `userno` string COMMENT 'None', `dsph_info` string COMMENT 'None', `catg_info` string COMMENT 'None', `msg_data` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_certi_d01", "description": null, "columns": [{"name": "certi_sys_cd", "type": "string", "description": null}, {"name": "idp_cd", "type": "string", "description": null}, {"name": "idp_userno", "type": "string", "description": null}, {"name": "gbase_app_id", "type": "string", "des...
CREATE TABLE `bip_dw`.`dg_mblg_certi_d01` ( `certi_sys_cd` string COMMENT 'None', `idp_cd` string COMMENT 'None', `idp_userno` string COMMENT 'None', `gbase_app_id` string COMMENT 'None', `idp_certi_dt` string COMMENT 'None', `userno` string COMMENT 'None', `mbr_stat_cd` string COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_game_dev_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "dev_key", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": n...
CREATE TABLE `bip_dw`.`dg_mblg_game_dev_d01` ( `game_cd` string COMMENT 'None', `dev_key` string COMMENT 'None', `os_cd` string COMMENT 'None', `nat_cd` string COMMENT 'None', `join_dt` string COMMENT 'None', `join_prd_cd` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `lst_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "bip_dw", "table": "dg_mblg_game_hist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "svr_no", "type": "bigint", "description": null}, {"name": "room_no", "type": "bigint", "description": null},...
CREATE TABLE `bip_dw`.`dg_mblg_game_hist` ( `seq` string COMMENT 'None', `chnl_nm` string COMMENT 'None', `svr_no` bigint COMMENT 'None', `room_no` bigint COMMENT 'None', `scr_per_gmony` bigint COMMENT 'None', `plyr_cnt` bigint COMMENT 'None', `strt_dt` string COMMENT 'None', `end_dt` st...