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": "hangame", "table": "tmp_mpoker_ply2_dtl_20201221", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "userno", "type": "string", "d... | CREATE TABLE `hangame`.`tmp_mpoker_ply2_dtl_20201221` (
`work_ymd` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`userno` string COMMENT 'None',
`seq` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`chg_mony` bigint COMMENT 'None',
`di... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_mpoker_ply2_game_hist_20201214", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "userno", "type": "strin... | CREATE TABLE `hangame`.`tmp_mpoker_ply2_game_hist_20201214` (
`work_ymd` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`userno` string COMMENT 'None',
`seq` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`chg_mony` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_newbie_point_2106", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "point", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_newbie_point_2106` (
`sno` bigint COMMENT 'None',
`point` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_poker_sudda_moneytable_20211005", "description": null, "columns": [{"name": "game_no", "type": "int", "description": null}, {"name": "poker_sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "string", "description": null}, {"name": "hid", "type": "string", ... | CREATE TABLE `hangame`.`tmp_poker_sudda_moneytable_20211005` (
`game_no` int COMMENT 'None',
`poker_sno` bigint COMMENT 'None',
`sudda_sno` string COMMENT 'None',
`hid` string COMMENT 'None',
`category` string COMMENT 'None',
`new_category` string COMMENT 'None',
`gc_state` string COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_poker_tournament_rebuy", "description": null, "columns": [{"name": "dat", "type": "string", "description": null}, {"name": "rebuy", "type": "bigint", "description": null}, {"name": "rebuyp", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "description": nu... | CREATE TABLE `hangame`.`tmp_poker_tournament_rebuy` (
`dat` string COMMENT 'None',
`rebuy` bigint COMMENT 'None',
`rebuyp` bigint COMMENT 'None',
`_c3` bigint COMMENT 'None',
`rebuycnt` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_purchase_hist_new_20220211", "description": null, "columns": [{"name": "gamename", "type": "string", "description": null}, {"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "descr... | CREATE TABLE `hangame`.`tmp_purchase_hist_new_20220211` (
`gamename` string COMMENT 'None',
`id_seq` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`item_id` string COMMENT 'None',
`item_name` string COMMENT 'None',
`market_code` string COMMENT 'None',
`real_money_price` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_pwt_mktnru_202307", "description": null, "columns": [{"name": "installtime", "type": "string", "description": null}, {"name": "campaign", "type": "string", "description": null}, {"name": "adset", "type": "string", "description": null}, {"name": "customeruserid", "type": "bigint", "... | CREATE TABLE `hangame`.`tmp_pwt_mktnru_202307` (
`installtime` string COMMENT 'None',
`campaign` string COMMENT 'None',
`adset` string COMMENT 'None',
`customeruserid` bigint COMMENT 'None',
`platform` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_pwt_mktnru_ltv_agg", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "p_amt", "type": "bigint", "description": null}, {"name": "roas", "type": "double", "description": null}, {"name": "cumsum_p", "type": "bigint", "description":... | CREATE TABLE `hangame`.`tmp_pwt_mktnru_ltv_agg` (
`work_ym` string COMMENT 'None',
`p_amt` bigint COMMENT 'None',
`roas` double COMMENT 'None',
`cumsum_p` bigint COMMENT 'None',
`cumsum_roas` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_pwt_weekly_report", "description": null, "columns": [{"name": "work_dt", "type": "timestamp", "description": null}, {"name": "grp", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "nw", "type": "double", "description": null}... | CREATE TABLE `hangame`.`tmp_pwt_weekly_report` (
`work_dt` timestamp COMMENT 'None',
`grp` string COMMENT 'None',
`type` string COMMENT 'None',
`nw` double COMMENT 'None',
`pt` double COMMENT 'None',
`bf` double COMMENT 'None',
`diff` double COMMENT 'None',
`ord` tinyint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_spot_guild_lossmoney_210818", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "_c1", "type": "bigint", "description": null}, {"name": "uv", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_spot_guild_lossmoney_210818` (
`work_ymd` string COMMENT 'None',
`_c1` bigint COMMENT 'None',
`uv` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_spot_guild_lossmoney_all", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "_c1", "type": "bigint", "description": null}, {"name": "uv", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_spot_guild_lossmoney_all` (
`work_ymd` string COMMENT 'None',
`_c1` bigint COMMENT 'None',
`uv` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_spot_guild_sales_210818", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "_c1", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_spot_guild_sales_210818` (
`work_ymd` string COMMENT 'None',
`_c1` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_ccblocked", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_ccblocked` (
`cc` tinyint COMMENT 'None',
`playerlevel` int COMMENT 'None',
`players` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_ccblocked8", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_ccblocked8` (
`cc` tinyint COMMENT 'None',
`playerlevel` int COMMENT 'None',
`players` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_ccblocked9", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_ccblocked9` (
`cc` tinyint COMMENT 'None',
`playerlevel` int COMMENT 'None',
`players` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_firstloseii", "description": null, "columns": [{"name": "firstdefeat", "type": "int", "description": null}, {"name": "inplayercount", "type": "bigint", "description": null}, {"name": "inplayerdest", "type": "double", "description": null}, {"name": "inplayerplay", "type": "doubl... | CREATE TABLE `hangame`.`tmp_ssy_firstloseii` (
`firstdefeat` int COMMENT 'None',
`inplayercount` bigint COMMENT 'None',
`inplayerdest` double COMMENT 'None',
`inplayerplay` double COMMENT 'None',
`inplayercc` double COMMENT 'None',
`inplayerlv` double COMMENT 'None',
`inplayerlt` double COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_gunsup_contentusage", "description": null, "columns": [{"name": "commandcenterlevel", "type": "smallint", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "growth", "type": "double", "description": null}, {"name": "tolv", "type": "double",... | CREATE TABLE `hangame`.`tmp_ssy_gunsup_contentusage` (
`commandcenterlevel` smallint COMMENT 'None',
`type` string COMMENT 'None',
`growth` double COMMENT 'None',
`tolv` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_gunsup_verified_passdays", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "pass", "type": "bigint", "description": null}, {"name": "ret", "type": "double", "description": null}, {"name": "ltvdelta", "type": "double", "descri... | CREATE TABLE `hangame`.`tmp_ssy_gunsup_verified_passdays` (
`nat_cd` string COMMENT 'None',
`pass` bigint COMMENT 'None',
`ret` double COMMENT 'None',
`ltvdelta` double COMMENT 'None',
`creation` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_hogooreport", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "work_hms", "type": "string", "description": null}, {"name": "hogoo", "type": "string", "description": null}, {"name": "loc", "type": "string", "description": nu... | CREATE TABLE `hangame`.`tmp_ssy_hogooreport` (
`work_ymd` string COMMENT 'None',
`work_hms` string COMMENT 'None',
`hogoo` string COMMENT 'None',
`loc` string COMMENT 'None',
`firstmet` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_iljininfo", "description": null, "columns": [{"name": "iljin", "type": "string", "description": null}, {"name": "business", "type": "int", "description": null}, {"name": "jail", "type": "int", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_iljininfo` (
`iljin` string COMMENT 'None',
`business` int COMMENT 'None',
`jail` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_iljinjangboo", "description": null, "columns": [{"name": "timestamp", "type": "timestamp", "description": null}, {"name": "hogoo", "type": "string", "description": null}, {"name": "iljin", "type": "string", "description": null}, {"name": "action", "type": "string", "description... | CREATE TABLE `hangame`.`tmp_ssy_iljinjangboo` (
`timestamp` timestamp COMMENT 'None',
`hogoo` string COMMENT 'None',
`iljin` string COMMENT 'None',
`action` string COMMENT 'None',
`money` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_materialcheck", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "unit_avgcnt", "type": "double", "description": null}, {"name": "unit_avglv", "type": "double", "description": null}, {"name": "vi_avgcnt", "type": "double", "descr... | CREATE TABLE `hangame`.`tmp_ssy_materialcheck` (
`cc` tinyint COMMENT 'None',
`unit_avgcnt` double COMMENT 'None',
`unit_avglv` double COMMENT 'None',
`vi_avgcnt` double COMMENT 'None',
`vi_avglv` double COMMENT 'None',
`ca_avgcnt` double COMMENT 'None',
`ca_avglv` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_monthlysalesbytype", "description": null, "columns": [{"name": "total", "type": "bigint", "description": null}, {"name": "gems", "type": "bigint", "description": null}, {"name": "pakcages", "type": "bigint", "description": null}, {"name": "mon", "type": "string", "description":... | CREATE TABLE `hangame`.`tmp_ssy_monthlysalesbytype` (
`total` bigint COMMENT 'None',
`gems` bigint COMMENT 'None',
`pakcages` bigint COMMENT 'None',
`mon` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_stuckedplayers", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_stuckedplayers` (
`cc` tinyint COMMENT 'None',
`playerlevel` int COMMENT 'None',
`players` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_sudda_ranking_table", "description": null, "columns": [{"name": "season", "type": "string", "description": null}, {"name": "startleague", "type": "string", "description": null}, {"name": "_c2", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "description":... | CREATE TABLE `hangame`.`tmp_sudda_ranking_table` (
`season` string COMMENT 'None',
`startleague` string COMMENT 'None',
`_c2` bigint COMMENT 'None',
`_c3` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_sum_gameuniqueuser_20220708", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "sumlevel", "type": "tinyint", "description": null}, {"name": "uv", "type": "bigint", "description": null}, {"name": "g_last_date", "type": "timestamp", ... | CREATE TABLE `hangame`.`tmp_sum_gameuniqueuser_20220708` (
`game` string COMMENT 'None',
`sumlevel` tinyint COMMENT 'None',
`uv` bigint COMMENT 'None',
`g_last_date` timestamp COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_sum_poker_sudda_moneytable_20220614", "description": null, "columns": [{"name": "game_no", "type": "int", "description": null}, {"name": "category", "type": "string", "description": null}, {"name": "new_category", "type": "string", "description": null}, {"name": "gc_state", "type":... | CREATE TABLE `hangame`.`tmp_sum_poker_sudda_moneytable_20220614` (
`game_no` int COMMENT 'None',
`category` string COMMENT 'None',
`new_category` string COMMENT 'None',
`gc_state` string COMMENT 'None',
`log_type` string COMMENT 'None',
`event_id` string COMMENT 'None',
`_c6` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_sum_usergametable_20220705", "description": null, "columns": [{"name": "seed_money", "type": "bigint", "description": null}, {"name": "lossmoney", "type": "bigint", "description": null}, {"name": "betmoney", "type": "bigint", "description": null}, {"name": "dealermoney", "type": "b... | CREATE TABLE `hangame`.`tmp_sum_usergametable_20220705` (
`seed_money` bigint COMMENT 'None',
`lossmoney` bigint COMMENT 'None',
`betmoney` bigint COMMENT 'None',
`dealermoney` bigint COMMENT 'None',
`matchcount` bigint COMMENT 'None',
`wincount` bigint COMMENT 'None',
`jackpotmoney` bigint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_test_moneytable_20220712", "description": null, "columns": [{"name": "game_no", "type": "int", "description": null}, {"name": "poker_sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "string", "description": null}, {"name": "hid", "type": "string", "descri... | CREATE TABLE `hangame`.`tmp_test_moneytable_20220712` (
`game_no` int COMMENT 'None',
`poker_sno` bigint COMMENT 'None',
`sudda_sno` string COMMENT 'None',
`hid` string COMMENT 'None',
`category` string COMMENT 'None',
`new_category` string COMMENT 'None',
`gc_state` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_usergametable_hist_20210715_part", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "desc... | CREATE TABLE `hangame`.`tmp_usergametable_hist_20210715_part` (
`sno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`ci` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`nickname` string COMMENT 'None',
`seed_money` bigint COMMENT 'None',
`lossmoney` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_play_raw_220501_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "descr... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_play_raw_220501_final` (
`work_ymd` string COMMENT 'None',
`dau` bigint COMMENT 'None',
`sales` double COMMENT 'None',
`pu` bigint COMMENT 'None',
`arppu` double COMMENT 'None',
`arpu` double COMMENT 'None',
`pur` double COMMENT 'None',
`nru` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_real_compare_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "descript... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_real_compare_final` (
`work_ymd` string COMMENT 'None',
`dau` bigint COMMENT 'None',
`sales` double COMMENT 'None',
`pu` bigint COMMENT 'None',
`arppu` double COMMENT 'None',
`arpu` double COMMENT 'None',
`pur` double COMMENT 'None',
`nru` bigint CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_real_retention_0501", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "descript... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_real_retention_0501` (
`work_ymd` string COMMENT 'None',
`nru` bigint COMMENT 'None',
`dt1` double COMMENT 'None',
`dt2` double COMMENT 'None',
`dt3` double COMMENT 'None',
`dt4` double COMMENT 'None',
`dt5` double COMMENT 'None',
`dt6` double COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_unreal_retention_0501", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "descri... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_retention_0501` (
`work_ymd` string COMMENT 'None',
`nru` bigint COMMENT 'None',
`dt1` double COMMENT 'None',
`dt2` double COMMENT 'None',
`dt3` double COMMENT 'None',
`dt4` double COMMENT 'None',
`dt5` double COMMENT 'None',
`dt6` double COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_finallist` (
`work_ymd` string COMMENT 'None',
`userno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_nru_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_nru_finallist` (
`work_ymd` string COMMENT 'None',
`userno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_poker_play_raw_3m_nru_final_days_abbs", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_yhm_poker_play_raw_3m_nru_final_days_abbs` (
`work_ymd` string COMMENT 'None',
`nru` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_poker_retention_compare_final", "description": null, "columns": [{"name": "category", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "double... | CREATE TABLE `hangame`.`tmp_yhm_poker_retention_compare_final` (
`category` string COMMENT 'None',
`ret_d1` double COMMENT 'None',
`ret_d2` double COMMENT 'None',
`ret_d3` double COMMENT 'None',
`ret_d7` double COMMENT 'None',
`ret_d14` double COMMENT 'None',
`ret_d21` double COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_finallist` (
`work_ymd` string COMMENT 'None',
`userno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_nru_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_nru_finallist` (
`work_ymd` string COMMENT 'None',
`userno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_play_raw_3m_final_days_abbs_ver1", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigin... | CREATE TABLE `hangame`.`tmp_yhm_sukda_play_raw_3m_final_days_abbs_ver1` (
`work_ymd` string COMMENT 'None',
`dau` bigint COMMENT 'None',
`sales` double COMMENT 'None',
`pu` bigint COMMENT 'None',
`arppu` double COMMENT 'None',
`arpu` double COMMENT 'None',
`pur` double COMMENT 'None',
`n... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_play_raw_3m_nru_final_days_abbs", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_yhm_sukda_play_raw_3m_nru_final_days_abbs` (
`work_ymd` string COMMENT 'None',
`nru` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_real_compare_final_ver2", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "desc... | CREATE TABLE `hangame`.`tmp_yhm_sukda_real_compare_final_ver2` (
`work_ymd` string COMMENT 'None',
`dau` bigint COMMENT 'None',
`sales` double COMMENT 'None',
`pu` bigint COMMENT 'None',
`arppu` double COMMENT 'None',
`arpu` double COMMENT 'None',
`pur` double COMMENT 'None',
`nru` bigin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_real_retention_3m_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "descr... | CREATE TABLE `hangame`.`tmp_yhm_sukda_real_retention_3m_final` (
`work_ymd` string COMMENT 'None',
`nru` bigint COMMENT 'None',
`dt1` double COMMENT 'None',
`dt2` double COMMENT 'None',
`dt3` double COMMENT 'None',
`dt4` double COMMENT 'None',
`dt5` double COMMENT 'None',
`dt6` double CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_retention_compare_final", "description": null, "columns": [{"name": "category", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "double... | CREATE TABLE `hangame`.`tmp_yhm_sukda_retention_compare_final` (
`category` string COMMENT 'None',
`ret_d1` double COMMENT 'None',
`ret_d2` double COMMENT 'None',
`ret_d3` double COMMENT 'None',
`ret_d7` double COMMENT 'None',
`ret_d14` double COMMENT 'None',
`ret_d21` double COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_unreal_retention_3m_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "des... | CREATE TABLE `hangame`.`tmp_yhm_sukda_unreal_retention_3m_final` (
`work_ymd` string COMMENT 'None',
`nru` bigint COMMENT 'None',
`dt1` double COMMENT 'None',
`dt2` double COMMENT 'None',
`dt3` double COMMENT 'None',
`dt4` double COMMENT 'None',
`dt5` double COMMENT 'None',
`dt6` double ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_mng_purchase_ntile", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ntile", "type": "bigint", "description": null}, {"name": "avg_samt", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`pwt_mng_purchase_ntile` (
`work_ym` string COMMENT 'None',
`ntile` bigint COMMENT 'None',
`avg_samt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_monthly_adv_user", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "new_adv", "type": "bigint", "description": null}, {"name": "contin", "type": "bigint", "description": null}, {"name": "chrun", "type": "bigint", "description": ... | CREATE TABLE `hangame`.`pwt_monthly_adv_user` (
`work_ym` string COMMENT 'None',
`new_adv` bigint COMMENT 'None',
`contin` bigint COMMENT 'None',
`chrun` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_equipment2", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "samtbftotal", "type": "double", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "samt", "type": "double", "description": nul... | CREATE TABLE `hangame`.`tmp_ssy_equipment2` (
`userno` string COMMENT 'None',
`samtbftotal` double COMMENT 'None',
`passed` int COMMENT 'None',
`samt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_tablegame_hist_ym_d", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "work_d", "type": "bigint", "description": null}, {"name": "lossmoney", "type": "decimal(38,1)", ... | CREATE TABLE `hangame`.`tmp_tablegame_hist_ym_d` (
`work_ymd` string COMMENT 'None',
`work_ym` bigint COMMENT 'None',
`work_d` bigint COMMENT 'None',
`lossmoney` decimal(38,1) COMMENT 'None',
`usercount` bigint COMMENT 'None',
`matchcount` bigint COMMENT 'None',
`usermatchcount` bigint COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_mng_purchase_grp_all10", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "samt_grp", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "samt", "type": "double", "description"... | CREATE TABLE `hangame`.`pwt_mng_purchase_grp_all10` (
`work_ym` string COMMENT 'None',
`samt_grp` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`samt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_mng_continue_pu_rate", "description": null, "columns": [{"name": "ym", "type": "string", "description": null}, {"name": "cont_pu", "type": "bigint", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "cont_pu_rate", "type": "double", "description"... | CREATE TABLE `hangame`.`pwt_mng_continue_pu_rate` (
`ym` string COMMENT 'None',
`cont_pu` bigint COMMENT 'None',
`pu` bigint COMMENT 'None',
`cont_pu_rate` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_real_retention_0501_avg", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "double... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_real_retention_0501_avg` (
`work_ym` string COMMENT 'None',
`ret_d1` double COMMENT 'None',
`ret_d2` double COMMENT 'None',
`ret_d3` double COMMENT 'None',
`ret_d7` double COMMENT 'None',
`ret_d14` double COMMENT 'None',
`ret_d21` double COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sukda_real_retention_3m_final_avg", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "dou... | CREATE TABLE `hangame`.`tmp_yhm_sukda_real_retention_3m_final_avg` (
`work_ym` string COMMENT 'None',
`ret_d1` double COMMENT 'None',
`ret_d2` double COMMENT 'None',
`ret_d3` double COMMENT 'None',
`ret_d7` double COMMENT 'None',
`ret_d14` double COMMENT 'None',
`ret_d21` double COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_gunsup_offerdistribution", "description": null, "columns": [{"name": "name", "type": "string", "description": null}, {"name": "ymd", "type": "string", "description": null}, {"name": "cpid", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "descriptio... | CREATE TABLE `hangame`.`tmp_ssy_gunsup_offerdistribution` (
`name` string COMMENT 'None',
`ymd` string COMMENT 'None',
`cpid` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`samt` double COMMENT 'None',
`userid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_mng_losmony_adv1pan_ntile", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ntile", "type": "bigint", "description": null}, {"name": "avg_los_mony", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`pwt_mng_losmony_adv1pan_ntile` (
`work_ym` string COMMENT 'None',
`ntile` bigint COMMENT 'None',
`avg_los_mony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_mng_purchase_grp_high5", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "samt_grp", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "samt", "type": "double", "description"... | CREATE TABLE `hangame`.`pwt_mng_purchase_grp_high5` (
`work_ym` string COMMENT 'None',
`samt_grp` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`samt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_holdemabuse_231213", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "daycnt", "type": "bigint", "description": null}, {"name": "premony", "type": "double", "description": null}, {"name": "allbet", "type": "bigint", "description... | CREATE TABLE `hangame`.`tmp_lrw_holdemabuse_231213` (
`sno` bigint COMMENT 'None',
`daycnt` bigint COMMENT 'None',
`premony` double COMMENT 'None',
`allbet` bigint COMMENT 'None',
`otherbet` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_holdemabuse_231213_ci", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "snocnt", "type": "bigint", "description": null}, {"name": "daycnt", "type": "bigint", "description": null}, {"name": "premony", "type": "bigint", "descripti... | CREATE TABLE `hangame`.`tmp_lrw_holdemabuse_231213_ci` (
`ci` string COMMENT 'None',
`snocnt` bigint COMMENT 'None',
`daycnt` bigint COMMENT 'None',
`premony` bigint COMMENT 'None',
`allbet` bigint COMMENT 'None',
`otherbet` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "spot_2023_crossgame_lm_aastandard", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "_c2", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "descripti... | CREATE TABLE `hangame`.`spot_2023_crossgame_lm_aastandard` (
`game` string COMMENT 'None',
`work_ym` bigint COMMENT 'None',
`_c2` bigint COMMENT 'None',
`_c3` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mobile_poker_no1", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mobile_poker_no1` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`tno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mobile_poker_no2", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mobile_poker_no2` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`tno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mobile_poker_no3", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mobile_poker_no3` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`tno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mobile_poker_no4", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mobile_poker_no4` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`tno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "temp_ssy_wpr_surferdragon", "description": null, "columns": [{"name": "cros", "type": "string", "description": null}, {"name": "luckyup", "type": "tinyint", "description": null}, {"name": "rate", "type": "double", "description": null}, {"name": "try", "type": "bigint", "description": n... | CREATE TABLE `hangame`.`temp_ssy_wpr_surferdragon` (
`cros` string COMMENT 'None',
`luckyup` tinyint COMMENT 'None',
`rate` double COMMENT 'None',
`try` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_ltv7", "description": null, "columns": [{"name": "joined", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "ltv", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wpr_ltv7` (
`joined` string COMMENT 'None',
`passed` int COMMENT 'None',
`ltv` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_crossevent_comparison", "description": null, "columns": [{"name": "setname", "type": "string", "description": null}, {"name": "dt", "type": "int", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "tryer", "type": "bigint", "description... | CREATE TABLE `hangame`.`tmp_ssy_wpr_crossevent_comparison` (
`setname` string COMMENT 'None',
`dt` int COMMENT 'None',
`type` string COMMENT 'None',
`tryer` bigint COMMENT 'None',
`tries` bigint COMMENT 'None',
`luckyup` bigint COMMENT 'None',
`gem` bigint COMMENT 'None',
`boughtgem` big... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mpoker_no1", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mpoker_no1` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mpoker_no2", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mpoker_no2` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mpoker_no3", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mpoker_no3` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mpoker_no4", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`mpoker_no4` (
`brthy` bigint COMMENT 'None',
`sno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_moneychange", "description": null, "columns": [{"name": "own_money", "type": "bigint", "description": null}, {"name": "pre_own_money", "type": "bigint", "description": null}, {"name": "change_own_money", "type": "bigint", "description": null}, {"name": "p_deal", "type": "bigint... | CREATE TABLE `hangame`.`tmp_lrw_moneychange` (
`own_money` bigint COMMENT 'None',
`pre_own_money` bigint COMMENT 'None',
`change_own_money` bigint COMMENT 'None',
`p_deal` bigint COMMENT 'None',
`s_deal` bigint COMMENT 'None',
`p_give` bigint COMMENT 'None',
`s_give` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_chy_doublea_banned_user", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "reg_date", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "banned_reason", "type": "string", "de... | CREATE TABLE `hangame`.`tmp_chy_doublea_banned_user` (
`gid` string COMMENT 'None',
`reg_date` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`banned_reason` string COMMENT 'None',
`state` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_arena_compare", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "logindate", "type": "string", "description": null}, {"name": "opponent", "type": "string", "descrip... | CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_compare` (
`groupno` string COMMENT 'None',
`uid` bigint COMMENT 'None',
`logindate` string COMMENT 'None',
`opponent` string COMMENT 'None',
`result` string COMMENT 'None',
`plays` bigint COMMENT 'None',
`league` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part1", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "descr... | CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part1` (
`work_ym` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`userno` string COMMENT 'None',
`ci` string COMMENT 'None',
`condi1` tinyint COMMENT 'None',
`condi3` tinyint COMMENT 'None',
`condi2` tinyint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_arena_period_compare", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "attendrate", "type": "double", "d... | CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_period_compare` (
`groupno` string COMMENT 'None',
`league` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`attendrate` double COMMENT 'None',
`playdayplays` double COMMENT 'None',
`botplayrate` double COMMENT 'None',
`playerwinrate` double COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_arena_period_compare_group", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "subgroup", "type": "string", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint"... | CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_period_compare_group` (
`groupno` string COMMENT 'None',
`subgroup` string COMMENT 'None',
`league` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`attendrate` double COMMENT 'None',
`playdayplays` double COMMENT 'None',
`botplayrate` double COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part2", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "condi1", "type": "tinyint", "descri... | CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part2` (
`work_ym` string COMMENT 'None',
`userno` string COMMENT 'None',
`ci` string COMMENT 'None',
`condi1` tinyint COMMENT 'None',
`condi2` tinyint COMMENT 'None',
`condi3` tinyint COMMENT 'None',
`mpoker_condi1` tinyint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part3", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "work_ym_dt", "type": "timestamp",... | CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part3` (
`work_ym` string COMMENT 'None',
`userno` string COMMENT 'None',
`samt` double COMMENT 'None',
`work_ym_dt` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_sudda_userinout_month", "description": null, "columns": [{"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null}, {"name": "continuous", "type": "bigint", "descri... | CREATE TABLE `hangame`.`tmp_lrw_sudda_userinout_month` (
`mau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`comeback` bigint COMMENT 'None',
`continuous` bigint COMMENT 'None',
`churned` bigint COMMENT 'None',
`work_ym` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_userinout_day", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "conti", "type": "bigint", "description": null}, {"... | CREATE TABLE `hangame`.`tmp_lrw_userinout_day` (
`game` string COMMENT 'None',
`dau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`conti` bigint COMMENT 'None',
`comeback` bigint COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_userinout_month", "description": null, "columns": [{"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null}, {"name": "continuous", "type": "bigint", "description"... | CREATE TABLE `hangame`.`tmp_lrw_userinout_month` (
`mau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`comeback` bigint COMMENT 'None',
`continuous` bigint COMMENT 'None',
`churned` bigint COMMENT 'None',
`work_ym` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_users_day", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "conti", "type": "bigint", "description": null}, {"name... | CREATE TABLE `hangame`.`tmp_lrw_users_day` (
`game` string COMMENT 'None',
`dau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`conti` bigint COMMENT 'None',
`comeback` bigint COMMENT 'None',
`work_ym` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_users_monthly", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null},... | CREATE TABLE `hangame`.`tmp_lrw_users_monthly` (
`game` string COMMENT 'None',
`mau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`comeback` bigint COMMENT 'None',
`continuous` bigint COMMENT 'None',
`churned` bigint COMMENT 'None',
`work_y` bigint COMMENT 'None',
`work_ym` string... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_lifecycle_purchasedcapsule", "description": null, "columns": [{"name": "joindt", "type": "string", "description": null}, {"name": "dday", "type": "bigint", "description": null}, {"name": "ltvdelta", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wpr_lifecycle_purchasedcapsule` (
`joindt` string COMMENT 'None',
`dday` bigint COMMENT 'None',
`ltvdelta` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_update_retention", "description": null, "columns": [{"name": "groupname", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "ret", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wpr_update_retention` (
`groupname` string COMMENT 'None',
`passed` int COMMENT 'None',
`ret` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_update_sales", "description": null, "columns": [{"name": "groupname", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "sales", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wpr_update_sales` (
`groupname` string COMMENT 'None',
`passed` int COMMENT 'None',
`sales` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_unreal_list_part1", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "desc... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_list_part1` (
`work_ym` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`userno` string COMMENT 'None',
`ci` string COMMENT 'None',
`condi1` tinyint COMMENT 'None',
`condi3` tinyint COMMENT 'None',
`condi2` tinyint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_unreal_list_part2", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "sudda_sno", "type": "string", "des... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_list_part2` (
`work_ym` string COMMENT 'None',
`userno` string COMMENT 'None',
`ci` string COMMENT 'None',
`sudda_sno` string COMMENT 'None',
`sudda_condi1` tinyint COMMENT 'None',
`sudda_condi3` tinyint COMMENT 'None',
`sudda_condi2` tinyint COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_unreal_list_part3", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "work_ym_dt", "type": "timestamp"... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_list_part3` (
`work_ym` string COMMENT 'None',
`userno` string COMMENT 'None',
`samt` double COMMENT 'None',
`work_ym_dt` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_update_retention_editable", "description": null, "columns": [{"name": "division", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "delta_value", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wpr_update_retention_editable` (
`division` string COMMENT 'None',
`passed` int COMMENT 'None',
`delta_value` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_playtime_churn", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "pass", "type": "int", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "ptm", "type": "double", "description": null}, {... | CREATE TABLE `hangame`.`tmp_ssy_wpr_playtime_churn` (
`type` string COMMENT 'None',
`pass` int COMMENT 'None',
`cnt` bigint COMMENT 'None',
`ptm` double COMMENT 'None',
`ses` double COMMENT 'None',
`avgseslen` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_arena_consume", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "player", "type": "bigint", "description": null}, {"name": "battle", "type": "double", "descriptio... | CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_consume` (
`season` bigint COMMENT 'None',
`league` bigint COMMENT 'None',
`player` bigint COMMENT 'None',
`battle` double COMMENT 'None',
`paid_gem` bigint COMMENT 'None',
`free_gem` bigint COMMENT 'None',
`paid_capsule` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_sale_rank", "description": null, "columns": [{"name": "total", "type": "double", "description": null}, {"name": "ct", "type": "bigint", "description": null}, {"name": "client_trophy", "type": "int", "description": null}, {"name": "highest_trophy", "type": "int", "descriptio... | CREATE TABLE `hangame`.`tmp_hjh_wpr_sale_rank` (
`total` double COMMENT 'None',
`ct` bigint COMMENT 'None',
`client_trophy` int COMMENT 'None',
`highest_trophy` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_season2", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "league", "type": "int", "description": null}, {"name": "total", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_wpr_season2` (
`uid` bigint COMMENT 'None',
`league` int COMMENT 'None',
`total` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_payment", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "c_date", "type": "int", "description": null}, {"name": "fp_day", "type": "double", "description": null}, {"name": "1_interval", "type": "double", "description": nul... | CREATE TABLE `hangame`.`tmp_hjh_wpr_payment` (
`type` string COMMENT 'None',
`c_date` int COMMENT 'None',
`fp_day` double COMMENT 'None',
`1_interval` double COMMENT 'None',
`2_interval` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_monyincrease_2402", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "change_own_money", "type": "bigint",... | CREATE TABLE `hangame`.`tmp_lrw_monyincrease_2402` (
`sno` bigint COMMENT 'None',
`sudda_sno` string COMMENT 'None',
`nickname` string COMMENT 'None',
`change_own_money` bigint COMMENT 'None',
`givesum` bigint COMMENT 'None',
`chai` bigint COMMENT 'None',
`sumchai` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_mmp_appsf_user_install_history_test_1", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "app_name", "type": "string", "description": null}, {"name": "platform", "type": "string", "description": null}, {"name": "ua", "type":... | CREATE TABLE `hangame`.`tmp_bsj_mmp_appsf_user_install_history_test_1` (
`work_ymd` string COMMENT 'None',
`app_name` string COMMENT 'None',
`platform` string COMMENT 'None',
`ua` bigint COMMENT 'None',
`appsfid` string COMMENT 'None',
`install_time` string COMMENT 'None',
`attributed_touch_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_mmp_data_test_inapp_2_organic", "description": null, "columns": [{"name": "attributed_touch_type", "type": "string", "description": null}, {"name": "attributed_touch_time", "type": "string", "description": null}, {"name": "install_time", "type": "string", "description": null}, ... | CREATE TABLE `hangame`.`tmp_bsj_mmp_data_test_inapp_2_organic` (
`attributed_touch_type` string COMMENT 'None',
`attributed_touch_time` string COMMENT 'None',
`install_time` string COMMENT 'None',
`event_time` string COMMENT 'None',
`event_name` string COMMENT 'None',
`event_value` string COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_mmp_data_test_inapp_2_ua", "description": null, "columns": [{"name": "attributed_touch_type", "type": "string", "description": null}, {"name": "attributed_touch_time", "type": "string", "description": null}, {"name": "install_time", "type": "string", "description": null}, {"nam... | CREATE TABLE `hangame`.`tmp_bsj_mmp_data_test_inapp_2_ua` (
`attributed_touch_type` string COMMENT 'None',
`attributed_touch_time` string COMMENT 'None',
`install_time` string COMMENT 'None',
`event_time` string COMMENT 'None',
`event_name` string COMMENT 'None',
`event_value` string COMMENT 'No... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.