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": "custom_dw", "table": "dg_frndpop_ad_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ad_id", "type": "string", "description": null}, {"name": "ad_tp_nm", "type": "string", "description": nul... | CREATE TABLE `custom_dw`.`dg_frndpop_ad_hist` (
`seq` bigint COMMENT 'None',
`userno` string COMMENT 'None',
`ad_id` string COMMENT 'None',
`ad_tp_nm` string COMMENT 'None',
`log_tp_cd` string COMMENT 'None',
`rl_wld_stge_no` bigint COMMENT 'None',
`time_wld_stge_no` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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", "descripti... | CREATE TABLE `custom_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_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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", "descriptio... | CREATE TABLE `custom_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_grd_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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"... | CREATE TABLE `custom_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` bigin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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", "descript... | CREATE TABLE `custom_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": "custom_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": nu... | CREATE TABLE `custom_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_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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": n... | CREATE TABLE `custom_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 ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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}, ... | CREATE TABLE `custom_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` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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", "descrip... | CREATE TABLE `custom_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',
`lcls_nm` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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 `custom_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": "custom_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": nu... | CREATE TABLE `custom_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` strin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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", "description"... | CREATE TABLE `custom_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',
`age_cd` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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 `custom_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 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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", "description":... | CREATE TABLE `custom_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_ucnt` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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 `custom_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": "custom_dw", "table": "dg_mblg_login_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "zone_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "description":... | CREATE TABLE `custom_dw`.`dg_mblg_login_hist` (
`log_dt` string COMMENT 'None',
`zone_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`game_no` bigint COMMENT 'None',
`mket_cd` string COMMENT 'None',
`dev_key` string COMMENT 'None',
`dev_mdl` string COMMENT 'None',
`os_cd` str... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "dg_mblg_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "sex_cd", "type": "string", "description... | CREATE TABLE `custom_dw`.`dg_mblg_user_d01` (
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_login_prd_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_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"... | CREATE TABLE `custom_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_d... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "dg_mblg_user_ply_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "description": null}, {"name": "tdd_ptm", "type": "bigint", "description": null}, {"name": "tdd_conn_tcnt", "type": "bigint", "des... | CREATE TABLE `custom_dw`.`dg_mblg_user_ply_hist` (
`userno` string COMMENT 'None',
`game_no` bigint COMMENT 'None',
`tdd_ptm` bigint COMMENT 'None',
`tdd_conn_tcnt` bigint COMMENT 'None',
`cm_ptm` bigint 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": "custom_dw", "table": "db_b2b_evnt_user_d01", "description": null, "columns": [{"name": "evnt_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "gmony", "type": "double", "description": null}, {"name": "endp_qty", "type": "double", "description... | CREATE TABLE `custom_dw`.`db_b2b_evnt_user_d01` (
`evnt_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`gmony` double COMMENT 'None',
`endp_qty` double COMMENT 'None',
`samt` double COMMENT 'None',
`enty_tcnt` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "db_coin_chag_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": "pay_tp_cd", "type": "string", "descrip... | CREATE TABLE `custom_dw`.`db_coin_chag_hist` (
`work_hh` string COMMENT 'None',
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`pay_mns_cd` string COMMENT 'None',
`atmt_pay_yn` string COMMENT 'None',
`st_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_std_indr_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": "lcls_nm", "type": "string", "descripti... | CREATE TABLE `custom_dw`.`sg_std_indr_sale_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',
`org_nm` string COMMENT 'None',
`nsamt` double COMMENT 'None',
`pcb_nsamt... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_hjan_ai_sd01", "description": null, "columns": [{"name": "nlevel", "type": "bigint", "description": null}, {"name": "ailevel", "type": "bigint", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "matchusercnt", "type": "bigint", "descripti... | CREATE TABLE `custom_dw`.`sg_hjan_ai_sd01` (
`nlevel` bigint COMMENT 'None',
`ailevel` bigint COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`matchusercnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_hjan_game_sd01", "description": null, "columns": [{"name": "pybd_tp_cd", "type": "string", "description": null}, {"name": "pybd_cnt", "type": "bigint", "description": null}, {"name": "pybd_ucnt", "type": "bigint", "description": null}, {"name": "use_mony", "type": "double", "descr... | CREATE TABLE `custom_dw`.`sg_hjan_game_sd01` (
`pybd_tp_cd` string COMMENT 'None',
`pybd_cnt` bigint COMMENT 'None',
`pybd_ucnt` bigint COMMENT 'None',
`use_mony` double COMMENT 'None',
`ptm_mi` bigint COMMENT 'None',
`win_get_scr` bigint COMMENT 'None',
`allin_tcnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_hjan_invalid_pybd_sd01", "description": null, "columns": [{"name": "game_grd_cd", "type": "string", "description": null}, {"name": "pybd_cnt", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "sumry_lv", "type": "bigint", "d... | CREATE TABLE `custom_dw`.`sg_hjan_invalid_pybd_sd01` (
`game_grd_cd` string COMMENT 'None',
`pybd_cnt` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_hjan_mssn_sd01", "description": null, "columns": [{"name": "lv", "type": "string", "description": null}, {"name": "gmony_secn_cd", "type": "string", "description": null}, {"name": "match_cnt", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "bigint", "descript... | CREATE TABLE `custom_dw`.`sg_hjan_mssn_sd01` (
`lv` string COMMENT 'None',
`gmony_secn_cd` string COMMENT 'None',
`match_cnt` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`allin_cnt` bigint COMMENT 'None',
`usemoney` double COMMENT 'None',
`ply_tm` bigint COMMENT 'None',
`mis... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_hjan_user_sd01", "description": null, "columns": [{"name": "usercnt", "type": "bigint", "description": null}, {"name": "day_usercnt", "type": "bigint", "description": null}, {"name": "newusercnt", "type": "bigint", "description": null}, {"name": "tot_gammoney", "type": "double", "... | CREATE TABLE `custom_dw`.`sg_hjan_user_sd01` (
`usercnt` bigint COMMENT 'None',
`day_usercnt` bigint COMMENT 'None',
`newusercnt` bigint COMMENT 'None',
`tot_gammoney` double COMMENT 'None',
`day_gammoney` double COMMENT 'None',
`tot_pancnt` bigint COMMENT 'None',
`day_pancnt` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_mjng_game_map_sd01", "description": null, "columns": [{"name": "workym", "type": "string", "description": null}, {"name": "originalmaplevel", "type": "string", "description": null}, {"name": "mapname", "type": "string", "description": null}, {"name": "normal_individualcnt", "type"... | CREATE TABLE `custom_dw`.`sg_mjng_game_map_sd01` (
`workym` string COMMENT 'None',
`originalmaplevel` string COMMENT 'None',
`mapname` string COMMENT 'None',
`normal_individualcnt` bigint COMMENT 'None',
`normal_teamcnt` bigint COMMENT 'None',
`normal_jokercnt` bigint COMMENT 'None',
`speed_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_mjng_game_mode_sd01", "description": null, "columns": [{"name": "workym", "type": "string", "description": null}, {"name": "gametype", "type": "string", "description": null}, {"name": "selectedmaplevel", "type": "string", "description": null}, {"name": "grade", "type": "string", "... | CREATE TABLE `custom_dw`.`sg_mjng_game_mode_sd01` (
`workym` string COMMENT 'None',
`gametype` string COMMENT 'None',
`selectedmaplevel` string COMMENT 'None',
`grade` string COMMENT 'None',
`usergb` string COMMENT 'None',
`agegb` string COMMENT 'None',
`sex` string COMMENT 'None',
`pcby... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_mjng_game_mode_sd02", "description": null, "columns": [{"name": "workym", "type": "string", "description": null}, {"name": "gametype", "type": "string", "description": null}, {"name": "selectedmaplevel", "type": "string", "description": null}, {"name": "gamecnt", "type": "bigint",... | CREATE TABLE `custom_dw`.`sg_mjng_game_mode_sd02` (
`workym` string COMMENT 'None',
`gametype` string COMMENT 'None',
`selectedmaplevel` string COMMENT 'None',
`gamecnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_mjng_game_stdm_sd01", "description": null, "columns": [{"name": "workym", "type": "string", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "usergamecnt", "type": "bigint", "description": null}, {"name": "gamecnt", "type": "bigint", "de... | CREATE TABLE `custom_dw`.`sg_mjng_game_stdm_sd01` (
`workym` string COMMENT 'None',
`channelid` string COMMENT 'None',
`usergamecnt` bigint COMMENT 'None',
`gamecnt` bigint COMMENT 'None',
`normal_individualcnt` bigint COMMENT 'None',
`normal_teamcnt` bigint COMMENT 'None',
`normal_jokercnt`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_synori_game_sd01", "description": null, "columns": [{"name": "game_mode", "type": "string", "description": null}, {"name": "game_mode_dtl", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "d... | CREATE TABLE `custom_dw`.`sg_synori_game_sd01` (
`game_mode` string COMMENT 'None',
`game_mode_dtl` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`game_pcnt` bigint COMMENT 'None',
`disc_tcnt` bigint COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "custom_dw", "table": "sg_std_indr_sm01_tmp", "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", "descriptio... | CREATE TABLE `custom_dw`.`sg_std_indr_sm01_tmp` (
`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... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dc_wpr_name_mtr", "description": null, "columns": [{"name": "type_no", "type": "bigint", "description": null}, {"name": "type_sno", "type": "bigint", "description": null}, {"name": "type_nm", "type": "string", "description": null}]} | CREATE TABLE `wpr_odyssey_dw`.`dc_wpr_name_mtr` (
`type_no` bigint COMMENT 'None',
`type_sno` bigint COMMENT 'None',
`type_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_ad_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "ad_type", "type": "bigint", "description": null}, {"name": "start_time", "type": "string", "description"... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_ad_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`ad_type` bigint COMMENT 'None',
`start_time` string COMMENT 'None',
`reward_time` string COMMENT 'None',
`typeno` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`instno` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_frnd_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "follow_time", "type": "string", "description": null}, {"name": "reqmate_time", "type": "string", "desc... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_frnd_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`follow_time` string COMMENT 'None',
`reqmate_time` string COMMENT 'None',
`friendmate_time` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`rel_type` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dc_wpr_arena_season_mtr", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "start_time", "type": "string", "description": null}, {"name": "end_time", "type": "string", "description": null}, {"name": "reg_time", "type": "string"... | CREATE TABLE `wpr_odyssey_dw`.`dc_wpr_arena_season_mtr` (
`season` bigint COMMENT 'None',
`start_time` string COMMENT 'None',
`end_time` string COMMENT 'None',
`reg_time` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_mblg_login_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "zone_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "descript... | CREATE TABLE `wpr_odyssey_dw`.`dg_mblg_login_hist` (
`log_dt` string COMMENT 'None',
`zone_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`game_no` bigint COMMENT 'None',
`mket_cd` string COMMENT 'None',
`dev_key` string COMMENT 'None',
`dev_mdl` string COMMENT 'None',
`os_cd... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_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", "des... | CREATE TABLE `wpr_odyssey_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',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_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": "strin... | CREATE TABLE `wpr_odyssey_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 COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_mblg_user_ply_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "description": null}, {"name": "tdd_ptm", "type": "bigint", "description": null}, {"name": "tdd_conn_tcnt", "type": "bigint",... | CREATE TABLE `wpr_odyssey_dw`.`dg_mblg_user_ply_hist` (
`userno` string COMMENT 'None',
`game_no` bigint COMMENT 'None',
`tdd_ptm` bigint COMMENT 'None',
`tdd_conn_tcnt` bigint COMMENT 'None',
`cm_ptm` bigint 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": "wpr_odyssey_dw", "table": "dc_wpr_wooparoo_mtr", "description": null, "columns": [{"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "wpr_nm", "type": "string", "description": null}, {"name": "wpr_attr1", "type": "string", "description": null}, {"name": "wpr_attr2", "type": "string", "de... | CREATE TABLE `wpr_odyssey_dw`.`dc_wpr_wooparoo_mtr` (
`wpr_sno` bigint COMMENT 'None',
`wpr_nm` string COMMENT 'None',
`wpr_attr1` string COMMENT 'None',
`wpr_attr2` string COMMENT 'None',
`wpr_attr3` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_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": "stri... | CREATE TABLE `wpr_odyssey_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 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dc_wpr_type_dtl_mtr", "description": null, "columns": [{"name": "type_no", "type": "bigint", "description": null}, {"name": "type_nm", "type": "string", "description": null}]} | CREATE TABLE `wpr_odyssey_dw`.`dc_wpr_type_dtl_mtr` (
`type_no` bigint COMMENT 'None',
`type_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_item_chg_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "item_chg_type", "type": "bigint", "description": "0:구매 1:판매 2:판매(가방) 3:판매(소환석) 4:업그레이드 5:배치(가방에서) ... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_item_chg_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`item_chg_type` bigint COMMENT '0:구매 1:판매 2:판매(가방) 3:판매(소환석) 4:업그레이드 5:배치(가방에서) 6:판매(보관함) 7:배치(보관함에서) 8:아트모스 9:수정석 10:석성에너지충전',
`item_type_no` bigint COMMENT 'dc_wpr_name_mtr.typeno=item_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_mblg_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "sex_cd", "type": "string", "descri... | CREATE TABLE `wpr_odyssey_dw`.`dg_mblg_user_d01` (
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_login_prd_cd` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dc_wpr_rsn_mtr", "description": null, "columns": [{"name": "rsn_no", "type": "bigint", "description": null}, {"name": "rsn_nm", "type": "string", "description": null}]} | CREATE TABLE `wpr_odyssey_dw`.`dc_wpr_rsn_mtr` (
`rsn_no` bigint COMMENT 'None',
`rsn_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_game_pve_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "quest_seq", "type": "bigint", "description": "dc_wpr_name_mtr.typeno=140 dc_wpr_name_mtr.sno=quest... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_game_pve_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`quest_seq` bigint COMMENT 'dc_wpr_name_mtr.typeno=140 dc_wpr_name_mtr.sno=quest_seq',
`stage_seq` bigint COMMENT 'None',
`create_time` string COMMENT 'None',
`result_time` string ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_game_pvp_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "season", "type": "bigint", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_game_pvp_d01` (
`uid` bigint COMMENT 'None',
`season` bigint COMMENT 'None',
`league` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`uid_enemy` bigint COMMENT 'None',
`create_time` string COMMENT 'None',
`result_time` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_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", "descrip... | CREATE TABLE `wpr_odyssey_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_lo... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_mony_hld_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "pay_type", "type": "string", "description": null}, {"name": "mana", "type": "bigint", "description": null}, {"name": "gem", "type": "bigint", "descriptio... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_mony_hld_sd01` (
`user_lv` bigint COMMENT 'None',
`pay_type` string COMMENT 'None',
`mana` bigint COMMENT 'None',
`gem` bigint COMMENT 'None',
`food` bigint COMMENT 'None',
`emerald` bigint COMMENT 'None',
`roopa_potion` bigint COMMENT 'None',
`mini_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_item_hld_sd01", "description": null, "columns": [{"name": "item_type_no", "type": "bigint", "description": null}, {"name": "item_sno", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "item_hld_cnt", "type": "big... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_item_hld_sd01` (
`item_type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`item_hld_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_wooparoo_chg_sd01", "description": null, "columns": [{"name": "category_type", "type": "string", "description": null}, {"name": "galaxy_yn", "type": "string", "description": null}, {"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "wpr_grade_lv", "type"... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_wooparoo_chg_sd01` (
`category_type` string COMMENT 'None',
`galaxy_yn` string COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_grade_lv` bigint COMMENT '0~5',
`rsn_no` bigint COMMENT 'None',
`wpr_lv` bigint COMMENT 'None',
`chg_ucnt` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_game_pvp_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "ply_cnt", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "descri... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_game_pvp_sd01` (
`user_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`ply_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_wooparoo_chg_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "rsn_no", "type": "bigint", "description": null}, {"name": "wpr_lv", "type": "bigint", "descrip... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_wooparoo_chg_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`wpr_lv` bigint COMMENT 'None',
`wpr_instanceno` bigint COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_habitat_instanceno` bigint COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_ad_sd01", "description": null, "columns": [{"name": "play_dau", "type": "bigint", "description": null}, {"name": "ad_dau", "type": "bigint", "description": null}, {"name": "ad_cmpl", "type": "bigint", "description": null}, {"name": "view_cnt", "type": "bigint", "descripti... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_ad_sd01` (
`play_dau` bigint COMMENT 'None',
`ad_dau` bigint COMMENT 'None',
`ad_cmpl` bigint COMMENT 'None',
`view_cnt` bigint COMMENT 'None',
`view_cmpl` bigint COMMENT 'None',
`ad_cmpl_pu` bigint COMMENT 'None',
`ad_non_cmpl_pu` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_item_hld_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "item_type_no", "type": "bigint", "descri... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_item_hld_d01` (
`uid` bigint COMMENT 'None',
`gbuid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`item_type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`item_hld_cnt` bigint COMMENT 'None',
`update_time` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_mony_chg_sd01", "description": null, "columns": [{"name": "pay_type", "type": "string", "description": null}, {"name": "mony_type", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "rsn_no", "type": "bigint", "desc... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_mony_chg_sd01` (
`pay_type` string COMMENT 'None',
`mony_type` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`chg_ucnt` bigint COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_mony_chg_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "pay_type", "type": "string", "description": null}, {"name": "mony_type", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "descript... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_mony_chg_d01` (
`uid` bigint COMMENT 'None',
`pay_type` string COMMENT 'None',
`mony_type` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`rsn_no` bigint COMMENT 'dc_wpr_rsn_mtr.rsn_no = rsn_no',
`user_lv` bigint COMMENT 'None',
`mony_amt` bigint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_social_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "uid_friend", "type": "bigint", "description": null}, {"name": "act_type", "type": "bigint", "descrip... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_social_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`uid_friend` bigint COMMENT 'None',
`act_type` bigint COMMENT '지표에서 사용되는 type : 0,2,3,4 / type 설명 - 0: 방문 1:마이홈 2:보석(give) 3:부스터(give) 4:먹이(give) 12:보석(recv) 13:부스터(recv) 14:먹이(recv)',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_item_chg_sd01", "description": null, "columns": [{"name": "item_chg_type", "type": "bigint", "description": "0:구매 1:판매 2:판매(가방) 3:판매(소환석) 4:업그레이드 5:배치(가방에서) 6:판매(보관함) 7:배치(보관함에서) 8:아트모스 9:수정석 10:석성에너지충전"}, {"name": "item_type_no", "type": "bigint", "description": null}, ... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_item_chg_sd01` (
`item_chg_type` bigint COMMENT '0:구매 1:판매 2:판매(가방) 3:판매(소환석) 4:업그레이드 5:배치(가방에서) 6:판매(보관함) 7:배치(보관함에서) 8:아트모스 9:수정석 10:석성에너지충전',
`item_type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`ucnt` bigi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_user_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "experience", "type": "bigint", "description"... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_user_d01` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`experience` bigint COMMENT 'None',
`nickname` string COMMENT 'None',
`wprcon_son` bigint COMMENT 'None',
`holywpr_cnt` bigint COMMENT 'None',
`w... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_game_league_sd01", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "avg_lv", "type": "bigint", "description": null}, {"name": "season_ucnt", "type": "bigint", "description": null}, {"name": "ply_cnt", "type": "bigint", ... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_game_league_sd01` (
`season` bigint COMMENT 'None',
`avg_lv` bigint COMMENT 'None',
`season_ucnt` bigint COMMENT 'None',
`ply_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_wooparoo_hld_d01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "wpr_instanceno", "type": "bigint", "description": null}, {"name": "wpr_sno", "type": "bigint",... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_wooparoo_hld_d01` (
`user_lv` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`wpr_instanceno` bigint COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_building_typeno` bigint COMMENT 'None',
`wpr_building_instanceno` bigint COMMENT 'None',
`wpr_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_social_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "act_type", "type": "bigint", "description": "지표에서 사용되는 type : 0,2,3,4 / type 설명 - 0: 방문 1:마이홈 2:보석(give) 3:부스터(give) 4:먹이(give) 12:보석(recv) 13:부스터(recv) 1... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_social_sd01` (
`user_lv` bigint COMMENT 'None',
`act_type` bigint COMMENT '지표에서 사용되는 type : 0,2,3,4 / type 설명 - 0: 방문 1:마이홈 2:보석(give) 3:부스터(give) 4:먹이(give) 12:보석(recv) 13:부스터(recv) 14:먹이(recv)',
`act_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_user_sd01", "description": null, "columns": [{"name": "mket_nm", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "cm_ucnt", "type": "bigint", "description": null}, {"name": "dau", "type": "bigint", "description"... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_user_sd01` (
`mket_nm` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`dau` bigint COMMENT 'None',
`new_join_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_frnd_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "frnd_cnt_cd", "type": "string", "description": null}, {"name": "acc_frnd_cnt", "type": "bigint", "description": null}, {"name": "frnd_cnt", "type": "bigint",... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_frnd_sd01` (
`user_lv` bigint COMMENT 'None',
`frnd_cnt_cd` string COMMENT 'None',
`acc_frnd_cnt` bigint COMMENT 'None',
`frnd_cnt` bigint COMMENT 'None',
`cross_frnd_cnt` bigint COMMENT 'None',
`one_way_frnd_cnt` bigint COMMENT 'None',
`work_ymd` string... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_game_pve_sd01", "description": null, "columns": [{"name": "stage_seq", "type": "bigint", "description": null}, {"name": "quest_seq", "type": "bigint", "description": "dc_wpr_name_mtr.type_sno와 join 필요"}, {"name": "user_lv", "type": "bigint", "description": null}, {"name":... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_game_pve_sd01` (
`stage_seq` bigint COMMENT 'None',
`quest_seq` bigint COMMENT 'dc_wpr_name_mtr.type_sno와 join 필요',
`user_lv` bigint COMMENT 'None',
`play_cnt` bigint COMMENT 'None',
`clear_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None',
`u... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_wooparoo_hld_sd01", "description": null, "columns": [{"name": "galaxy_yn", "type": "string", "description": null}, {"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "wpr_grade_lv", "type": "bigint", "description": null}, {"name": "wpr_lv", "type": "bigi... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_wooparoo_hld_sd01` (
`galaxy_yn` string COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_grade_lv` bigint COMMENT 'None',
`wpr_lv` bigint COMMENT 'None',
`wpr_hld_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None',
`lst_game_prd_cd` string... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dc_wpr_guild_info_mtr", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_level", "type": "bigint", "description": null}, {"name": "experience", "type": "bigint", "description": null}, {"name": "name", "type": "string",... | CREATE TABLE `wpr_odyssey_dw`.`dc_wpr_guild_info_mtr` (
`guild_id` bigint COMMENT 'None',
`guild_level` bigint COMMENT 'None',
`experience` bigint COMMENT 'None',
`name` string COMMENT 'None',
`create_time` string COMMENT 'None',
`close_time` string COMMENT 'None',
`join_type` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_guild_hist", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_level", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "bigint", "descript... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_guild_hist` (
`guild_id` bigint COMMENT 'None',
`guild_level` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` bigint COMMENT 'None',
`reason` bigint COMMENT 'None',
`time` string COMMENT 'None',
`regtime` string COMMENT 'None',
`work_ymd`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_guild_user_d01", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "auth", "type": "bigint", "description": null}, {"name": "join_time", "type": "string", "descrip... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_guild_user_d01` (
`guild_id` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`auth` bigint COMMENT 'None',
`join_time` string COMMENT 'None',
`attendance_time` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_guild_sd01", "description": null, "columns": [{"name": "guild_level", "type": "bigint", "description": null}, {"name": "tot_guild_cnt", "type": "bigint", "description": null}, {"name": "new_guild_cnt", "type": "bigint", "description": "reason=377"}, {"name": "del_guild_cn... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_guild_sd01` (
`guild_level` bigint COMMENT 'None',
`tot_guild_cnt` bigint COMMENT 'None',
`new_guild_cnt` bigint COMMENT 'reason=377',
`del_guild_cnt` bigint COMMENT 'reason=380',
`guild_new_user_cnt` bigint COMMENT 'None',
`tot_guild_user_cnt` bigint COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_guild_user_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "descripti... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_guild_user_sd01` (
`user_lv` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`dau` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_timecapsule_chg_d01", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "reason", "type": "bigint", "descrip... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_timecapsule_chg_d01` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`reason` bigint COMMENT 'None',
`itemserialno` bigint COMMENT 'None',
`endtime` string COMMENT 'None',
`timecapsule` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_timecapsule_hld_d01", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "typeno", "type": "bigint", "description": null}, {"name": "itemserialno", "type": "bigint", "de... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_timecapsule_hld_d01` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`typeno` bigint COMMENT 'None',
`itemserialno` bigint COMMENT 'None',
`endtime` string COMMENT 'None',
`cnt` bigint COMMENT 'None',
`reg_time` string COMMENT 'None',
`wo... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_timecapsule_chg_sd01", "description": null, "columns": [{"name": "itemserialno", "type": "bigint", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "chg_ucnt", "type": "big... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_timecapsule_chg_sd01` (
`itemserialno` bigint COMMENT 'None',
`tp_cd` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`chg_ucnt` bigint COMMENT '중복 제거된 유저ID',
`chg_amt` bigint COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`work_ymd` string COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_timecapsule_hld_sd01", "description": null, "columns": [{"name": "itemserialno", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "timecapsule_cnt", "type": "bigint", "description": null}, {"name": "work_ymd", "t... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_timecapsule_hld_sd01` (
`itemserialno` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`timecapsule_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_dim_crystal_hld_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "type_no", "type": "bigint", "desc... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_dim_crystal_hld_d01` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`bought_cnt` bigint COMMENT 'None',
`w... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_dim_wooparoo_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "step", "type": "bigint", "descriptio... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_dim_wooparoo_d01` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`step` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`experience` bigint COMMENT 'None',
`reg_time` string COMMENT 'None',
`upd... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_dim_crystal_hld_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "pay_cd", "type": "string", "description": null}, {"name": "item_sno", "type": "bigint", "description": null}, {"name": "lst_game_prd_cd", "type": ... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_dim_crystal_hld_sd01` (
`user_lv` bigint COMMENT 'None',
`pay_cd` string COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`lst_game_prd_cd` string COMMENT 'None',
`hld_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_dim_wooparoo_sd01", "description": null, "columns": [{"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "step", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "lst_game_prd_cd", "type": "strin... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_dim_wooparoo_sd01` (
`wpr_sno` bigint COMMENT 'None',
`step` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`lst_game_prd_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`wpr_amt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_guild_info_d01", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_lv", "type": "bigint", "description": null}, {"name": "guild_exp", "type": "bigint", "description": null}, {"name": "guild_nm", "type": "string",... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_guild_info_d01` (
`guild_id` bigint COMMENT 'None',
`guild_lv` bigint COMMENT 'None',
`guild_exp` bigint COMMENT 'None',
`guild_nm` string COMMENT 'None',
`create_time` string COMMENT 'None',
`close_time` string COMMENT 'None',
`join_type` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_guild_mony_chg_d01", "description": null, "columns": [{"name": "mony_type", "type": "string", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_lv", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", ... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_guild_mony_chg_d01` (
`mony_type` string COMMENT 'None',
`guild_id` bigint COMMENT 'None',
`guild_lv` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`mony_amt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_guild_mony_chg_sd01", "description": null, "columns": [{"name": "mony_type", "type": "string", "description": null}, {"name": "guild_lv", "type": "bigint", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "tp_cd", "type": "string... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_guild_mony_chg_sd01` (
`mony_type` string COMMENT 'None',
`guild_lv` bigint COMMENT 'None',
`guild_id` bigint COMMENT 'None',
`tp_cd` string COMMENT 'None',
`mony_amt` bigint COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "dg_wpr_dungeon_d01", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "dungeon_sno", "type": "bigint", "descriptio... | CREATE TABLE `wpr_odyssey_dw`.`dg_wpr_dungeon_d01` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`dungeon_sno` bigint COMMENT 'None',
`stage_sno` bigint COMMENT 'None',
`stage_lv` bigint COMMENT 'None',
`create_time` string COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_dw", "table": "sg_wpr_dungeon_sd01", "description": null, "columns": [{"name": "dungeon_sno", "type": "bigint", "description": null}, {"name": "stage_lv", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "play_ucnt", "type": "bigint",... | CREATE TABLE `wpr_odyssey_dw`.`sg_wpr_dungeon_sd01` (
`dungeon_sno` bigint COMMENT 'None',
`stage_lv` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`play_ucnt` bigint COMMENT 'None',
`try_cnt` bigint COMMENT 'None',
`clear_cnt` bigint COMMENT 'None',
`auto_clear_cnt` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "rfm_game_user", "description": null, "columns": [{"name": "sid", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "recency_score", "type": "bigint", "description": null}, {"name": "frequency_score", "type": "bigint", "descript... | CREATE TABLE `dightyam`.`rfm_game_user` (
`sid` bigint COMMENT 'None',
`userid` string COMMENT 'None',
`recency_score` bigint COMMENT 'None',
`frequency_score` bigint COMMENT 'None',
`monetary_value_score` bigint COMMENT 'None',
`std_date` timestamp COMMENT 'None',
`reg_date` timestamp COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "rfm_game_user_recipe", "description": null, "columns": [{"name": "sid", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "rfm_recipe_nm", "type": "string", "description": null}]} | CREATE TABLE `dightyam`.`rfm_game_user_recipe` (
`sid` bigint COMMENT 'None',
`userid` string COMMENT 'None',
`rfm_recipe_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "rfm_org_cd_mtr", "description": null, "columns": [{"name": "sid", "type": "bigint", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "org_nm", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null... | CREATE TABLE `dightyam`.`rfm_org_cd_mtr` (
`sid` bigint COMMENT 'None',
`org_cd` string COMMENT 'None',
`org_nm` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "rfm_recipe", "description": null, "columns": [{"name": "rfm_recipe_nm", "type": "string", "description": null}, {"name": "sort_order", "type": "bigint", "description": null}, {"name": "recency_score", "type": "bigint", "description": null}, {"name": "frequency_score", "type": "bigint"... | CREATE TABLE `dightyam`.`rfm_recipe` (
`rfm_recipe_nm` string COMMENT 'None',
`sort_order` bigint COMMENT 'None',
`recency_score` bigint COMMENT 'None',
`frequency_score` bigint COMMENT 'None',
`monetary_value_score` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "rfm_sales_user", "description": null, "columns": [{"name": "sid", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "recency_score", "type": "bigint", "description": null}, {"name": "frequency_score", "type": "bigint", "descrip... | CREATE TABLE `dightyam`.`rfm_sales_user` (
`sid` bigint COMMENT 'None',
`userid` string COMMENT 'None',
`recency_score` bigint COMMENT 'None',
`frequency_score` bigint COMMENT 'None',
`monetary_value_score` bigint COMMENT 'None',
`std_date` timestamp COMMENT 'None',
`reg_date` timestamp COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "rfm_sales_user_recipe", "description": null, "columns": [{"name": "sid", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "rfm_recipe_nm", "type": "string", "description": null}]} | CREATE TABLE `dightyam`.`rfm_sales_user_recipe` (
`sid` bigint COMMENT 'None',
`userid` string COMMENT 'None',
`rfm_recipe_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "test", "description": null, "columns": [{"name": "sid", "type": "string", "description": null}]} | CREATE TABLE `dightyam`.`test` (
`sid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "dightyam", "table": "test_partition", "description": null, "columns": [{"name": "testcolumn", "type": "string", "description": null}, {"name": "dt", "type": "string", "description": null}]} | CREATE TABLE `dightyam`.`test_partition` (
`testcolumn` string COMMENT 'None',
`dt` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_batch_league_settle", "description": null, "columns": [{"name": "base_date", "type": "timestamp", "description": null}, {"name": "leaderboard_id", "type": "int", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "before_grade", "type": "... | CREATE TABLE `doublea_poker_db`.`hd_batch_league_settle` (
`base_date` timestamp COMMENT 'None',
`leaderboard_id` int COMMENT 'None',
`gid` string COMMENT 'None',
`before_grade` int COMMENT 'None',
`next_grade` int COMMENT 'None',
`grade_type` string COMMENT 'None',
`total` int COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_game_log_ring_game", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string",... | CREATE TABLE `doublea_poker_db`.`hd_game_log_ring_game` (
`seq` bigint COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`enter_seq` int COMMENT 'None',
`arena_id` bigint COMMENT 'None',
`room_no` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_game_log_sit_and_go", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string"... | CREATE TABLE `doublea_poker_db`.`hd_game_log_sit_and_go` (
`seq` bigint COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`enter_seq` int COMMENT 'None',
`arena_id` bigint COMMENT 'None',
`room_no` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_game_log_tournament", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string"... | CREATE TABLE `doublea_poker_db`.`hd_game_log_tournament` (
`seq` bigint COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`enter_seq` int COMMENT 'None',
`arena_seq` bigint COMMENT 'None',
`room_no` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_item_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "item_type", "type": "int", "description": nu... | CREATE TABLE `doublea_poker_db`.`hd_item_log` (
`seq` bigint COMMENT 'None',
`log_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`item_type` int COMMENT 'None',
`item_id` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`loss_effect` string COMMENT 'None',
`event_id` str... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.