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": "mobile_gssudda_dw", "table": "sg_mbl_gssudda_item_pay_sd01", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "mony_tp_cd", "type": "string", "description": null}, {"name": "chg_cnt", "type": "bigint", "description": null}, {"name": "chg_amt", "type": "... | CREATE TABLE `mobile_gssudda_dw`.`sg_mbl_gssudda_item_pay_sd01` (
`item_id` string COMMENT 'None',
`mony_tp_cd` string COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`chg_amt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mbl_gssudda_mssn_sd01", "description": null, "columns": [{"name": "mssn_tp_cd", "type": "string", "description": null}, {"name": "mssn_nm", "type": "string", "description": null}, {"name": "rwd_knd_cd", "type": "string", "description": null}, {"name": "cmpl_ucnt", "type": ... | CREATE TABLE `mobile_gssudda_dw`.`sg_mbl_gssudda_mssn_sd01` (
`mssn_tp_cd` string COMMENT 'None',
`mssn_nm` string COMMENT 'None',
`rwd_knd_cd` string COMMENT 'None',
`cmpl_ucnt` bigint COMMENT 'None',
`cmpl_tcnt` bigint COMMENT 'None',
`out_rwd_qty` bigint COMMENT 'None',
`work_ymd` string ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mbl_gssudda_rstct_user_sd01", "description": null, "columns": [{"name": "ucnt", "type": "bigint", "description": null}, {"name": "cust_cnt", "type": "bigint", "description": null}, {"name": "act_ucnt", "type": "bigint", "description": null}, {"name": "ret_cust_cnt", "type"... | CREATE TABLE `mobile_gssudda_dw`.`sg_mbl_gssudda_rstct_user_sd01` (
`ucnt` bigint COMMENT 'None',
`cust_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`ret_cust_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_char_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "char_tp_cd", "type": "string", "description": null}, {"name": "char_lv", "type": "string", "description": null}, {"name": "char_cnt", "type": "bigint", "... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_char_sd01` (
`game_cd` string COMMENT 'None',
`char_tp_cd` string COMMENT 'None',
`char_lv` string COMMENT 'None',
`char_cnt` bigint COMMENT 'None',
`tdd_use_char_cnt` bigint COMMENT 'None',
`tdd_new_char_cnt` bigint COMMENT 'None',
`hld_coin` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigint", "d... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_game_sd01` (
`game_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
`pcnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_item_hld_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "description": null}, {"name": "act_user_yn", "type": "string", "description": null}, {"name": "item_tp_cd", "type": ... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_item_hld_sd01` (
`game_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`act_user_yn` string COMMENT 'None',
`item_tp_cd` string COMMENT 'None',
`item_id` string COMMENT 'None',
`hld_cnt` bigint COMMENT 'None',
`num_etc1` bigint COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_login_sd01", "description": null, "columns": [{"name": "zone_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "hsp_ver", "type": "string", "descr... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_login_sd01` (
`zone_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`hsp_ver` string COMMENT 'None',
`game_clnt_ver` string COMMENT 'None',
`ntwk_tp` string COMMENT 'None',
`telecom` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_lv_rch_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "join_ymd", "type": "string", "description": null}, {"name": "join_elps_dcnt", "type": "bigint", "description": null}, {"name": "lv_cd", "type": "string... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_lv_rch_sd01` (
`game_cd` string COMMENT 'None',
`join_ymd` string COMMENT 'None',
`join_elps_dcnt` bigint COMMENT 'None',
`lv_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mket_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_mony_sd01", "description": null, "columns": [{"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint"... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_mony_sd01` (
`tp_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
`ltr_etc3` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_po_rstct_user_sd01", "description": null, "columns": [{"name": "ucnt", "type": "bigint", "description": null}, {"name": "cust_cnt", "type": "bigint", "description": null}, {"name": "act_ucnt", "type": "bigint", "description": null}, {"name": "ret_ucnt", "type": "bigint", "... | CREATE TABLE `mobile_gssudda_dw`.`sg_po_rstct_user_sd01` (
`ucnt` bigint COMMENT 'None',
`cust_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`ret_ucnt` bigint COMMENT 'None',
`game_cd` string COMMENT 'None',
`tdd_rstct_cnt` bigint COMMENT 'None',
`los_rstct_mony` double COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_po_rstct_user_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "los_rstct_mony", "type": "double", "description": null}, {"name": "user_rstct_cnt", "type": "bigint", "description": null}, {"name": "ucnt", "type": ... | CREATE TABLE `mobile_gssudda_dw`.`sg_po_rstct_user_sd02` (
`game_cd` string COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
`user_rstct_cnt` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_std_indr_game_pu_sd01", "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": "game_cd", "type": "string",... | CREATE TABLE `mobile_gssudda_dw`.`sg_std_indr_game_pu_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`game_nm` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_std_indr_new_user_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "new_user_cnt", "type": "bigint", "description": null}, {"name": "join8d_vit_cnt", "typ... | CREATE TABLE `mobile_gssudda_dw`.`sg_std_indr_new_user_sd01` (
`game_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`new_user_cnt` bigint COMMENT 'None',
`join8d_vit_cnt` bigint COMMENT 'None',
`join8d_samt` double COMMENT 'None',
`join31d_samt` double COMMENT 'None',
`infl_chnl_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_std_indr_sd02", "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": "sex_cd", "type": "string", "descri... | CREATE TABLE `mobile_gssudda_dw`.`sg_std_indr_sd02` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`hgid_mapng_yn` string COMMENT 'None',
`mket_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_game_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint... | CREATE TABLE `mobile_gssudda_dw`.`sg_game_cntu_use_sd01` (
`strt_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`dd_pcnt` bigint COMMENT 'None',
`dd_ptm` double COMMENT 'None',
`ltr_etc1` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_std_indr_cntu_sw01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "end_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "wkly_use_cyc", "type": "stri... | CREATE TABLE `mobile_gssudda_dw`.`sg_std_indr_cntu_sw01` (
`strt_ymd` string COMMENT 'None',
`end_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`wkly_use_cyc` string COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`wkly_pcnt` bigint COMMENT 'None',
`wkly_ptm` double COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_std_indr_sd01", "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", "descri... | CREATE TABLE `mobile_gssudda_dw`.`sg_std_indr_sd01` (
`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',
`game_nm` string COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`uv_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_std_indr_sw01", "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", "descri... | CREATE TABLE `mobile_gssudda_dw`.`sg_std_indr_sw01` (
`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',
`avg... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "dm_mbr_ci_game_sale_d01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": null}, {"name": "lst_pay_ymd", "type": "s... | CREATE TABLE `mobile_gssudda_dw`.`dm_mbr_ci_game_sale_d01` (
`rep_game_cd` string COMMENT 'None',
`ci` string COMMENT 'None',
`fst_pay_ymd` string COMMENT 'None',
`lst_pay_ymd` string COMMENT 'None',
`cm_pay_amt` double COMMENT 'None',
`cm_pay_cnt` bigint COMMENT 'None',
`pay_cnt` bigint COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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": ... | CREATE TABLE `mobile_gssudda_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": "mobile_gssudda_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... | CREATE TABLE `mobile_gssudda_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": "mobile_gssudda_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", "descript... | CREATE TABLE `mobile_gssudda_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_usern... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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": "... | CREATE TABLE `mobile_gssudda_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 '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "dg_mblg_pay_hist", "description": null, "columns": [{"name": "pay_seq", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "prod_id", "type": "string", "description": null}, {"name": "pay_amt", "type": "double", "descri... | CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_pay_hist` (
`pay_seq` string COMMENT 'None',
`userno` string COMMENT 'None',
`prod_id` string COMMENT 'None',
`pay_amt` double COMMENT 'None',
`pay_dt` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`game_grd_cd` string COMMENT 'None',
`o... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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": "stri... | CREATE TABLE `mobile_gssudda_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` str... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "dg_mblg_payr_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "fst_pay_dt", "type": "string", "description": null}, {"name": "prod_id", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "string", ... | CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_payr_d01` (
`userno` string COMMENT 'None',
`fst_pay_dt` string COMMENT 'None',
`prod_id` string COMMENT 'None',
`game_grd_cd` string COMMENT 'None',
`pay_amt` double COMMENT 'None',
`net_pay_amt` double COMMENT 'None',
`join_dt` string COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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", "des... | CREATE TABLE `mobile_gssudda_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_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_game_adid_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "act_tp_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "descr... | CREATE TABLE `mobile_gssudda_dw`.`sg_game_adid_sd01` (
`game_cd` string COMMENT 'None',
`act_tp_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`cm_user` bigint COMMENT 'None',
`new_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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"... | CREATE TABLE `mobile_gssudda_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": "mobile_gssudda_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", "descripti... | CREATE TABLE `mobile_gssudda_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": "mobile_gssudda_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", "descri... | CREATE TABLE `mobile_gssudda_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 ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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"... | CREATE TABLE `mobile_gssudda_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... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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", "descri... | CREATE TABLE `mobile_gssudda_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_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "dg_user_adid_mapng_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "desc... | CREATE TABLE `mobile_gssudda_dw`.`dg_user_adid_mapng_d01` (
`game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`adid` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`idp_cd` string COMMENT 'None',
`idp_userno` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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": "stri... | CREATE TABLE `mobile_gssudda_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... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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", "descript... | CREATE TABLE `mobile_gssudda_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',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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":... | CREATE TABLE `mobile_gssudda_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_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mis_mblg_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_nm", "type": "string", "description": null}, {"name": "mcu", "type": "bigint", "description": null}, {"name": "cm_ucnt", "type": "bigint", "desc... | CREATE TABLE `mobile_gssudda_dw`.`sg_mis_mblg_game_sd01` (
`game_cd` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`mcu` bigint COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`samt` double COMMENT 'None',
`ns... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_po_mm_cm_pu_sd02", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "mm_cm_samt_secn_cd", "type": "string", "description": null}, {"name": "tdd_pu", "type": "bigint", "description": null}, {"name": "tdd_nsamt", "type... | CREATE TABLE `mobile_gssudda_dw`.`sg_po_mm_cm_pu_sd02` (
`rep_game_cd` string COMMENT 'None',
`mm_cm_samt_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` doubl... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_po_mm_cm_pu_sd03", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "mm_cm_samt_secn_cd", "type": "string", "description": null}, {"name": "mm_cm_pu", "t... | CREATE TABLE `mobile_gssudda_dw`.`sg_po_mm_cm_pu_sd03` (
`rep_game_cd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`mm_cm_samt_secn_cd` string COMMENT 'None',
`mm_cm_pu` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "dg_po_mini_game_hist", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "mini_game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint",... | CREATE TABLE `mobile_gssudda_dw`.`dg_po_mini_game_hist` (
`game_cd` string COMMENT 'None',
`mini_game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`userno` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`get_gmony` bigint COMMENT 'None',
`los_gmony` bigint COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "vi_sg_mis_game_sd01", "description": null, "columns": [{"name": "game_nm", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description": null}, {"name": "mcu", "type": "bigint", "description": null}, {"name": "cm_ucnt", "type": "bigint", "descri... | CREATE TABLE `mobile_gssudda_dw`.`vi_sg_mis_game_sd01` (
`game_nm` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcu` bigint COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`mm_cm_ucnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_game_u_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigint", ... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_game_u_sd01` (
`game_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_std_indr_endp_sale_sd01", "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", ... | CREATE TABLE `mobile_gssudda_dw`.`sg_std_indr_endp_sale_sd01` (
`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',
`l... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_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", "desc... | CREATE TABLE `mobile_gssudda_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',
`usern... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "db_endp_sale_hist", "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": "prod_seq", "type": "string", "... | CREATE TABLE `mobile_gssudda_dw`.`db_endp_sale_hist` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`sale... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "dg_mblg_game_mket_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", "desc... | CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_game_mket_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',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "dg_mblg_user_mket_hist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "descri... | CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_user_mket_hist` (
`seq` string COMMENT 'None',
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`ptm_ss` double COMMENT 'None',
`room_bos_yn` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_game_mket_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigint... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_game_mket_sd01` (
`game_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
`pcnt` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_dw", "table": "sg_mblg_game_mket_u_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigi... | CREATE TABLE `mobile_gssudda_dw`.`sg_mblg_game_mket_u_sd01` (
`game_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_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", "descript... | CREATE TABLE `pc_poker_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',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_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": nu... | CREATE TABLE `pc_poker_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` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_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"... | CREATE TABLE `pc_poker_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": "pc_poker_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": n... | CREATE TABLE `pc_poker_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_d... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_mblg_game_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "sngl_game_use_yn", "type": "string",... | CREATE TABLE `pc_poker_dw`.`dg_mblg_game_user_d01` (
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`sngl_game_use_yn` string COMMENT 'None',
`game_grd_tp_cd` string COMMENT 'None',
`rat_join_dt` string COMMENT 'None',
`join_prd_cd` string C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_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", "descrip... | CREATE TABLE `pc_poker_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',
`lt... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_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", "d... | CREATE TABLE `pc_poker_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 COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_mblg_mony_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "descript... | CREATE TABLE `pc_poker_dw`.`dg_mblg_mony_hist` (
`userno` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`chg_amt` bigint COMMENT 'None',
`st_cd` string COMMENT 'None',
`game_gr... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_mblg_user_hist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": nul... | CREATE TABLE `pc_poker_dw`.`dg_mblg_user_hist` (
`seq` string COMMENT 'None',
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`ptm_ss` double COMMENT 'None',
`room_bos_yn` string COMMENT 'None',
`bef_gmony`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_mony_chg_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "mony_cd", "type": "string", "description": null}, {"name": "out_in_tp_cd", "type": "string", "descript... | CREATE TABLE `pc_poker_dw`.`dg_mony_chg_hist` (
`log_dt` string COMMENT 'None',
`userid` string COMMENT 'None',
`mony_cd` string COMMENT 'None',
`out_in_tp_cd` string COMMENT 'None',
`chg_mony` double COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`inflw_chnl_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_dealr_trnsf_hist", "description": null, "columns": [{"name": "userid1", "type": "string", "description": null}, {"name": "userid2", "type": "string", "description": null}, {"name": "game_strt_dt", "type": "string", "description": null}, {"name": "game_end_dt", "type": "string... | CREATE TABLE `pc_poker_dw`.`dg_po_dealr_trnsf_hist` (
`userid1` string COMMENT 'None',
`userid2` string COMMENT 'None',
`game_strt_dt` string COMMENT 'None',
`game_end_dt` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`pcnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_evnt_mony_d01", "description": null, "columns": [{"name": "gamegb", "type": "string", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "evt_mony_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "descri... | CREATE TABLE `pc_poker_dw`.`dg_po_evnt_mony_d01` (
`gamegb` string COMMENT 'None',
`chnl_id` string COMMENT 'None',
`evt_mony_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`pay_mony` double COMMENT 'None',
`pay_cnt` bigint COMMENT 'None',
`game_cd` string COMMENT 'None',
`wo... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_game_cm_user_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", "desc... | CREATE TABLE `pc_poker_dw`.`dg_po_game_cm_user_d01` (
`rep_game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`userno` bigint COMMENT 'None',
`custno` bigint COMMENT 'None',
`mm_cm_user_pcnt` bigint COMMENT 'None',
`mm_cm_win_mony` double COMMENT 'None',
`mm_cm_los_mony` double ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_game_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": "nvl(matchno, seq)"}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "room_id", "type": "bigint", "description": null}, {"name": "scrt_room_yn", "type": "string... | CREATE TABLE `pc_poker_dw`.`dg_po_game_hist` (
`seq` bigint COMMENT 'nvl(matchno, seq)',
`chnl_id` string COMMENT 'None',
`room_id` bigint COMMENT 'None',
`scrt_room_yn` string COMMENT 'None',
`vld_yn` string COMMENT 'validcode',
`plyr_cnt` bigint COMMENT 'None',
`dealr_mony` double COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_game_hist_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigint", "description": null}, {"name": "game_tp_cd", "type": "string", "desc... | CREATE TABLE `pc_poker_dw`.`dg_po_game_hist_d01` (
`game_cd` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`game_tp_cd` string COMMENT 'None',
`atmt_bet_rule_cd` string COMMENT 'None',
`room_prop_cd` string COMMENT 'None',
`seed_mony` double COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_game_user_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", "descrip... | CREATE TABLE `pc_poker_dw`.`dg_po_game_user_d01` (
`rep_game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`userno` bigint COMMENT 'None',
`custno` bigint COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_game_prd_cd` string COMMENT 'None',
`game_grd_cd` string COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_rnk_hist", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "rnk_no", "type": "bigint", "description": null}, {"name": "use_mony", "type": "double", "description": null}, {"name": "user_pcnt", "type": "bigint", "description... | CREATE TABLE `pc_poker_dw`.`dg_po_rnk_hist` (
`user_id` string COMMENT 'None',
`rnk_no` bigint COMMENT 'None',
`use_mony` double COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`get_pnt` bigint COMMENT 'None',
`exht_pnt` bigint COMMENT 'None',
`canc_in_pnt` bigint COMMENT 'None',
`reg... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_rnk_user_d01", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "rnk_no", "type": "bigint", "description": null}, {"name": "rnk_prpt_yn", "type": "string", "description": null}, {"name": "lst_prpt_chnl_id", "type": "string"... | CREATE TABLE `pc_poker_dw`.`dg_po_rnk_user_d01` (
`user_id` string COMMENT 'None',
`rnk_no` bigint COMMENT 'None',
`rnk_prpt_yn` string COMMENT 'None',
`lst_prpt_chnl_id` string COMMENT 'None',
`pnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`game_mony` double COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_rstct_user_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": "μ μ μμ΄λ\t\n\nex)\n000200pyd"}, {"name": "custno", "type": "bigint", "description": "κ³ κ° λ²νΈ\t\n\nex)\n10000020098453"}, {"name": "etc_hld_mony", "type": "double", "description"... | CREATE TABLE `pc_poker_dw`.`dg_po_rstct_user_d01` (
`userid` string COMMENT 'μ μ μμ΄λ
ex)
000200pyd',
`custno` bigint COMMENT 'κ³ κ° λ²νΈ
ex)
10000020098453',
`etc_hld_mony` double COMMENT 'μμ κΈμ‘',
`fchg_hld_mony` double COMMENT 'μμ μΈλ λ¨Έλ
μΈλλ¨Έλ : κ²μμ ν΅ν΄ κ°κ°λλ λ¨Έλκ° μλ μΉμμμ μν ꡬ맀,μ²λ²λ±μΌλ‘ κ°κ°λλ λ¨Έλ',
`rstct_yn` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_rstct_user_hist", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "los_rstct_mony", "type": "double", "descri... | CREATE TABLE `pc_poker_dw`.`dg_po_rstct_user_hist` (
`userid` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`ci` string COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
`work_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_trnsf_hist", "description": null, "columns": [{"name": "userid1", "type": "string", "description": null}, {"name": "userid2", "type": "string", "description": null}, {"name": "room_ent_dt", "type": "string", "description": null}, {"name": "chnl_id", "type": "string", "descrip... | CREATE TABLE `pc_poker_dw`.`dg_po_trnsf_hist` (
`userid1` string COMMENT 'None',
`userid2` string COMMENT 'None',
`room_ent_dt` string COMMENT 'None',
`chnl_id` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`room_id` bigint COMMENT 'None',
`pcnt` bigint COMMENT 'None',
`id1_win... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_upp_mony_dealr_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "trnsf_id_cnt", "type": "bigint", "description": null}, {"name": "main_use_game_cd", "type": "string", "description": null}, {"name": "trnsf_id_cnt_po7", ... | CREATE TABLE `pc_poker_dw`.`dg_po_upp_mony_dealr_d01` (
`userid` string COMMENT 'None',
`trnsf_id_cnt` bigint COMMENT 'None',
`main_use_game_cd` string COMMENT 'None',
`trnsf_id_cnt_po7` bigint COMMENT 'None',
`trnsf_id_cnt_duelpo` bigint COMMENT 'None',
`trnsf_id_cnt_lapo` bigint COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_upp_trnsf_hist", "description": null, "columns": [{"name": "userid1", "type": "string", "description": null}, {"name": "userid2", "type": "string", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "log_dt", "type": "string", "description"... | CREATE TABLE `pc_poker_dw`.`dg_po_upp_trnsf_hist` (
`userid1` string COMMENT 'None',
`userid2` string COMMENT 'None',
`seq` bigint COMMENT 'None',
`log_dt` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`trnsf_seq` bigint COMMENT 'None',
`stvic_seq` bigint COMMENT 'None',
`id1_c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_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": nu... | CREATE TABLE `pc_poker_dw`.`dg_po_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',
`cm_pc... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_user_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": ""}, {"name": "chnl_id", "type": "string", "description": null}... | CREATE TABLE `pc_poker_dw`.`dg_po_user_hist` (
`seq` bigint COMMENT 'None',
`userid` string COMMENT 'None',
`chnl_cd` string COMMENT '',
`chnl_id` string COMMENT 'None',
`pcb_cd` string COMMENT 'None',
`pcb_grd_cd` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`chnl_ent_dt` stri... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_user_hist_d01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "de... | CREATE TABLE `pc_poker_dw`.`dg_po_user_hist_d01` (
`rep_game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`game_tp_cd` string COMMENT 'None',
`room_prop_cd` string COMMENT 'None',
`game_grd_cd` string COMMENT 'None',
`ip` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_v1_game_d01", "description": null, "columns": [{"name": "stvic_grp_no", "type": "bigint", "description": null}, {"name": "stvic_rslt_no", "type": "bigint", "description": null}, {"name": "bos_id", "type": "string", "description": null}, {"name": "win_userid", "type": "string"... | CREATE TABLE `pc_poker_dw`.`dg_po_v1_game_d01` (
`stvic_grp_no` bigint COMMENT 'None',
`stvic_rslt_no` bigint COMMENT 'None',
`bos_id` string COMMENT 'None',
`win_userid` string COMMENT 'None',
`chnl_id` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`room_id` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_v1_game_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "room_id", "type": "bigint", "description":... | CREATE TABLE `pc_poker_dw`.`dg_po_v1_game_hist` (
`seq` bigint COMMENT 'None',
`chnl_id` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`room_id` bigint COMMENT 'None',
`bos_id` string COMMENT 'None',
`bos_room_ent_dt` string COMMENT 'None',
`prpt_user` string COMMENT 'None',
`p... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_game_user_sd03", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "uv", "type": "bigint", "description": null}, {"name": "uvc", "type": "bigint", "description": null}, {"name": "mm_cm_uv", "type": "bigint", "description... | CREATE TABLE `pc_poker_dw`.`sg_po_game_user_sd03` (
`rep_game_cd` string COMMENT 'None',
`uv` bigint COMMENT 'None',
`uvc` bigint COMMENT 'None',
`mm_cm_uv` bigint COMMENT 'None',
`mm_cm_uvc` bigint COMMENT 'None',
`upr_chnl_uv` bigint COMMENT 'None',
`lwr_chnl_uv` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_rnk_sd01", "description": null, "columns": [{"name": "rnk_no", "type": "bigint", "description": null}, {"name": "rnk_aply_ucnt", "type": "bigint", "description": null}, {"name": "rnk_canc_ucnt", "type": "bigint", "description": null}, {"name": "game_ucnt", "type": "bigint", "... | CREATE TABLE `pc_poker_dw`.`sg_po_rnk_sd01` (
`rnk_no` bigint COMMENT 'None',
`rnk_aply_ucnt` bigint COMMENT 'None',
`rnk_canc_ucnt` bigint COMMENT 'None',
`game_ucnt` bigint COMMENT 'None',
`get_pnt` bigint COMMENT 'None',
`exht_pnt` bigint COMMENT 'None',
`canc_in_pnt` bigint COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_rstct_user_sd01", "description": null, "columns": [{"name": "ucnt", "type": "bigint", "description": "μ νλ μ μ μ"}, {"name": "cust_cnt", "type": "bigint", "description": "custno μ"}, {"name": "act_ucnt", "type": "bigint", "description": "4μ£Ό μ΄λ΄μ κ²μμ μ§νν μ μ μ"}, {"name": "ret_ucnt... | CREATE TABLE `pc_poker_dw`.`sg_po_rstct_user_sd01` (
`ucnt` bigint COMMENT 'μ νλ μ μ μ',
`cust_cnt` bigint COMMENT 'custno μ',
`act_ucnt` bigint COMMENT '4μ£Ό μ΄λ΄μ κ²μμ μ§νν μ μ μ',
`ret_ucnt` bigint COMMENT 'λ³΅κ· μ μ μ',
`game_cd` string COMMENT 'κ²μ μ½λ',
`tdd_rstct_cnt` bigint COMMENT 'μ ν μ΄μ©μ μ',
`los_r... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_rstct_user_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": "κ²μ μ½λ"}, {"name": "los_rstct_mony", "type": "double", "description": "μμ€ μ ν λ¨Έλ"}, {"name": "user_rstct_cnt", "type": "bigint", "description": "μ ν μ΄μ©μμ"}, {"name": "ucnt", ... | CREATE TABLE `pc_poker_dw`.`sg_po_rstct_user_sd02` (
`game_cd` string COMMENT 'κ²μ μ½λ',
`los_rstct_mony` double COMMENT 'μμ€ μ ν λ¨Έλ',
`user_rstct_cnt` bigint COMMENT 'μ ν μ΄μ©μμ',
`ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'κΈ°μ€ μΌμ'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_upp_lv_chg_sd01", "description": null, "columns": [{"name": "lv", "type": "bigint", "description": null}, {"name": "lv_chg_tp_cd", "type": "string", "description": null}, {"name": "lv_chg_path_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "de... | CREATE TABLE `pc_poker_dw`.`sg_po_upp_lv_chg_sd01` (
`lv` bigint COMMENT 'None',
`lv_chg_tp_cd` string COMMENT 'None',
`lv_chg_path_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_upp_objr_sd01", "description": null, "columns": [{"name": "lv", "type": "bigint", "description": null}, {"name": "objr_cnt", "type": "bigint", "description": null}, {"name": "tdd_ucnt", "type": "bigint", "description": null}, {"name": "pc_po_ucnt", "type": "bigint", "descript... | CREATE TABLE `pc_poker_dw`.`sg_po_upp_objr_sd01` (
`lv` bigint COMMENT 'None',
`objr_cnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`pc_po_ucnt` bigint COMMENT 'None',
`mbl_po_ucnt` bigint COMMENT 'None',
`pc_go_ucnt` bigint COMMENT 'None',
`mbl_go_ucnt` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_v1_objr_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "cm_objr_cnt", "type": "bigint", "description": "λμ λμμμ"}, {"name": "tot_hld_mony", "type": "double", "description": "λμ λμμ 보μ λ¨Έλ(κ²μλ¨Έλλ§ ν΄λΉ)"}, {"name": "g... | CREATE TABLE `pc_poker_dw`.`sg_po_v1_objr_game_sd01` (
`game_cd` string COMMENT 'None',
`cm_objr_cnt` bigint COMMENT 'λμ λμμμ',
`tot_hld_mony` double COMMENT 'λμ λμμ 보μ λ¨Έλ(κ²μλ¨Έλλ§ ν΄λΉ)',
`game_tdd_ucnt` bigint COMMENT 'λΉμΌ κ²μμ΄μ©μμ',
`game_win_pcnt` bigint COMMENT 'None',
`game_los_pcnt` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_std_indr_game_pu_sd01", "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": "game_cd", "type": "string", "desc... | CREATE TABLE `pc_poker_dw`.`sg_std_indr_game_pu_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`u... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_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", "... | CREATE TABLE `pc_poker_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 COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_cardg_dup_user_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": "κ²μ μ½λ\t\n\nex)\nG002"}, {"name": "whle_dup_ucnt", "type": "bigint", "description": "μ 체 μ€λ³΅ μ΄μ©μ"}, {"name": "pc_tdd_ucnt", "type": "bigint", "description": "PC λΉμΌ μ΄μ©μ"}, {"... | CREATE TABLE `pc_poker_dw`.`sg_cardg_dup_user_sd01` (
`game_cd` string COMMENT 'κ²μ μ½λ
ex)
G002',
`whle_dup_ucnt` bigint COMMENT 'μ 체 μ€λ³΅ μ΄μ©μ',
`pc_tdd_ucnt` bigint COMMENT 'PC λΉμΌ μ΄μ©μ',
`mbl_tdd_ucnt` bigint COMMENT 'λͺ¨λ°μΌ λΉμΌ μ΄μ©μ',
`tdd_dup_ucnt` bigint COMMENT 'λΉμΌ μ€λ³΅ μ΄μ©μ',
`dup_pc_new_ucnt` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_game_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint", "de... | CREATE TABLE `pc_poker_dw`.`sg_game_cntu_use_sd01` (
`strt_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`dd_pcnt` bigint COMMENT 'None',
`dd_ptm` double COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_game_dup_user_sd01", "description": null, "columns": [{"name": "rep_game_cd1", "type": "string", "description": "κ²μ1μ κ²μμ½λ"}, {"name": "rep_game_cd2", "type": "string", "description": "κ²μ2μ κ²μμ½λ"}, {"name": "whle_dup_ucnt", "type": "bigint", "description": "μ 체 μ€λ³΅ μ΄μ©μμ"}, {"name"... | CREATE TABLE `pc_poker_dw`.`sg_game_dup_user_sd01` (
`rep_game_cd1` string COMMENT 'κ²μ1μ κ²μμ½λ',
`rep_game_cd2` string COMMENT 'κ²μ2μ κ²μμ½λ',
`whle_dup_ucnt` bigint COMMENT 'μ 체 μ€λ³΅ μ΄μ©μμ',
`tdd_dup_ucnt` bigint COMMENT 'κ²μ1&κ²μ2 λΉμΌ μ€λ³΅ μ΄μ©μμ',
`new_dup_ucnt` bigint COMMENT 'μ κ· μ€λ³΅ μ΄μ©μμ',
`mm_cm_dup_ucnt`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_std_indr_cntu_sw01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "end_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "wkly_use_cyc", "type": "string", "... | CREATE TABLE `pc_poker_dw`.`sg_std_indr_cntu_sw01` (
`strt_ymd` string COMMENT 'None',
`end_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`wkly_use_cyc` string COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`wkly_pcnt` bigint COMMENT 'None',
`wkly_ptm` double COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_std_indr_sd01", "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 `pc_poker_dw`.`sg_std_indr_sd01` (
`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',
`game_nm` string COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`uv_cnt` b... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_std_indr_sw01", "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"... | CREATE TABLE `pc_poker_dw`.`sg_std_indr_sw01` (
`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',
`avg_uv` b... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dm_mbr_ci_game_sale_d01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": null}, {"name": "lst_pay_ymd", "type": "string"... | CREATE TABLE `pc_poker_dw`.`dm_mbr_ci_game_sale_d01` (
`rep_game_cd` string COMMENT 'None',
`ci` string COMMENT 'None',
`fst_pay_ymd` string COMMENT 'None',
`lst_pay_ymd` string COMMENT 'None',
`cm_pay_amt` double COMMENT 'None',
`cm_pay_cnt` bigint COMMENT 'None',
`pay_cnt` bigint COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_vip_user_sm01", "description": null, "columns": [{"name": "vip_grd_cd", "type": "string", "description": "VIP λ±κΈ μ½λ"}, {"name": "cm_ucnt", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint", "description": null}, {"name": "cntnu_ucnt", "type": "bigi... | CREATE TABLE `pc_poker_dw`.`sg_po_vip_user_sm01` (
`vip_grd_cd` string COMMENT 'VIP λ±κΈ μ½λ',
`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... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_mileg_chg_hist", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "chnl_id", "type": "string", "descript... | CREATE TABLE `pc_poker_dw`.`dg_po_mileg_chg_hist` (
`userid` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`chnl_id` string COMMENT 'None',
`chg_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_mm_mileg_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "cre_ym", "type": "string", "description": null}, {"name": "expi_ym", "type": "string", "description": null}, {"name": "out_amt", "type": "double", "description... | CREATE TABLE `pc_poker_dw`.`dg_po_mm_mileg_d01` (
`userid` string COMMENT 'None',
`cre_ym` string COMMENT 'None',
`expi_ym` string COMMENT 'None',
`out_amt` double COMMENT 'None',
`in_amt` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "dg_po_vip_user_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "work_ym", "type": "string", "description": null}, {"name": "vip_grd_cd", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "descri... | CREATE TABLE `pc_poker_dw`.`dg_po_vip_user_d01` (
`userid` string COMMENT 'None',
`work_ym` string COMMENT 'None',
`vip_grd_cd` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "seed_mony", "type": "double", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "description"... | CREATE TABLE `pc_poker_dw`.`sg_po_game_sd01` (
`game_cd` string COMMENT 'None',
`seed_mony` double COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`game_pcnt` bigint COMMENT 'None',
`use_mony` double COMMENT 'None',
`deal... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_dw", "table": "sg_po_game_user_sd01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": "κ²μ μ½λ\t\n\nex)\nG002"}, {"name": "game_grd_tp_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "string", "description": null}, {"name": "gmo... | CREATE TABLE `pc_poker_dw`.`sg_po_game_user_sd01` (
`rep_game_cd` string COMMENT 'κ²μ μ½λ
ex)
G002',
`game_grd_tp_cd` string COMMENT 'None',
`game_grd_cd` string COMMENT 'None',
`gmony_secn_cd` string COMMENT 'None',
`mbrs_prodid` string COMMENT 'μνμ ID
ex)
PM0004',
`pu_yn` string COMMENT 'PU ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.