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": "jhcheon_unit", "description": null, "columns": [{"name": "battleresultid", "type": "bigint", "description": null}, {"name": "attackercommandcenterlevel", "type": "bigint", "description": null}, {"name": "ymd", "type": "string", "description": null}, {"name": "name", "type": "string", "... | CREATE TABLE `hangame`.`jhcheon_unit` (
`battleresultid` bigint COMMENT 'None',
`attackercommandcenterlevel` bigint COMMENT 'None',
`ymd` string COMMENT 'None',
`name` string COMMENT 'None',
`level` bigint COMMENT 'None',
`attackratingdelta` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "mmp_202409", "description": null, "columns": [{"name": "customeruserid", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}, {"name": "mediasource", "type": "stri... | CREATE TABLE `hangame`.`mmp_202409` (
`customeruserid` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None',
`mediasource` string COMMENT 'None',
`channel` string COMMENT 'None',
`campaign` string COMMENT 'None',
`adset` string COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_dt", "description": null, "columns": [{"name": "dt", "type": "timestamp", "description": null}, {"name": "ym", "type": "string", "description": null}, {"name": "dd", "type": "string", "description": null}, {"name": "dd_num", "type": "tinyint", "description": null}, {"name": "ymd_nu... | CREATE TABLE `hangame`.`pwt_dt` (
`dt` timestamp COMMENT 'None',
`ym` string COMMENT 'None',
`dd` string COMMENT 'None',
`dd_num` tinyint COMMENT 'None',
`ymd_num` bigint COMMENT 'None',
`pre_m_ymd` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_dt_light", "description": null, "columns": [{"name": "dt", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`pwt_dt_light` (
`dt` timestamp COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test10", "description": null, "columns": [{"name": "what", "type": "bigint", "description": null}, {"name": "nick", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`test10` (
`what` bigint COMMENT 'None',
`nick` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test_jhcheon1", "description": null, "columns": [{"name": "what", "type": "tinyint", "description": null}, {"name": "nick", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`test_jhcheon1` (
`what` tinyint COMMENT 'None',
`nick` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test_jhcheon2", "description": null, "columns": [{"name": "what", "type": "tinyint", "description": null}, {"name": "nick", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`test_jhcheon2` (
`what` tinyint COMMENT 'None',
`nick` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test_jhcheon3", "description": null, "columns": [{"name": "what", "type": "tinyint", "description": null}, {"name": "nick", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`test_jhcheon3` (
`what` tinyint COMMENT 'None',
`nick` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test_table", "description": null, "columns": [{"name": "no", "type": "bigint", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "address", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`test_table` (
`no` bigint COMMENT 'None',
`id` string COMMENT 'None',
`address` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_gum_battle_detail", "description": null, "columns": [{"name": "identifier", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "time", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_gum_battle_detail` (
`identifier` bigint COMMENT 'None',
`name` string COMMENT 'None',
`time` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_gum_log_currency", "description": null, "columns": [{"name": "profileid", "type": "string", "description": null}, {"name": "itemname", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "total", "type": "bigint", "descripti... | CREATE TABLE `hangame`.`tmp_hjh_gum_log_currency` (
`profileid` string COMMENT 'None',
`itemname` string COMMENT 'None',
`type` string COMMENT 'None',
`total` bigint COMMENT 'None',
`time` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_gum_passdate_dau", "description": null, "columns": [{"name": "country", "type": "string", "description": null}, {"name": "total", "type": "bigint", "description": null}, {"name": "c_time", "type": "string", "description": null}, {"name": "time", "type": "string", "description":... | CREATE TABLE `hangame`.`tmp_hjh_gum_passdate_dau` (
`country` string COMMENT 'None',
`total` bigint COMMENT 'None',
`c_time` string COMMENT 'None',
`time` string COMMENT 'None',
`pass_date` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_gum_passdate_sale", "description": null, "columns": [{"name": "country", "type": "string", "description": null}, {"name": "total", "type": "double", "description": null}, {"name": "c_time", "type": "string", "description": null}, {"name": "time", "type": "string", "description"... | CREATE TABLE `hangame`.`tmp_hjh_gum_passdate_sale` (
`country` string COMMENT 'None',
`total` double COMMENT 'None',
`c_time` string COMMENT 'None',
`time` string COMMENT 'None',
`pass_date` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_gum_profile_inventory", "description": null, "columns": [{"name": "profileid", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "quantity", "type": "int", "description": null}, {"name": "time", "type": "string", "descript... | CREATE TABLE `hangame`.`tmp_hjh_gum_profile_inventory` (
`profileid` string COMMENT 'None',
`name` string COMMENT 'None',
`quantity` int COMMENT 'None',
`time` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_gum_sale_history", "description": null, "columns": [{"name": "profileid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "time", "type": "string", "description... | CREATE TABLE `hangame`.`tmp_hjh_gum_sale_history` (
`profileid` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`samt` double COMMENT 'None',
`time` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_cumulative_cross", "description": null, "columns": [{"name": "time", "type": "string", "description": null}, {"name": "pass_week", "type": "bigint", "description": null}, {"name": "ct", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_wpr_cumulative_cross` (
`time` string COMMENT 'None',
`pass_week` bigint COMMENT 'None',
`ct` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_guild_join", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "j_time", "type": "timestamp", "description": null}, {"name": "last_access_time", "type": "timestamp", "description": null}, {"name": "category", "type": "string",... | CREATE TABLE `hangame`.`tmp_hjh_wpr_guild_join` (
`uid` bigint COMMENT 'None',
`j_time` timestamp COMMENT 'None',
`last_access_time` timestamp COMMENT 'None',
`category` string COMMENT 'None',
`level` tinyint COMMENT 'None',
`g_time` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_retention_rate", "description": null, "columns": [{"name": "j_time", "type": "int", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "retention_rate", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_wpr_retention_rate` (
`j_time` int COMMENT 'None',
`pass_date` int COMMENT 'None',
`retention_rate` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wprg_ltv", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "j_date", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "total", "type": "double", "description": ... | CREATE TABLE `hangame`.`tmp_hjh_wprg_ltv` (
`country_code` string COMMENT 'None',
`j_date` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`total` double COMMENT 'None',
`ct` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_gum_histroy_battle", "description": null, "columns": [{"name": "attackerid", "type": "string", "description": null}, {"name": "gamemode", "type": "string", "description": null}, {"name": "gamestage", "type": "string", "description": null}, {"name": "start_ymd", "type": "string"... | CREATE TABLE `hangame`.`tmp_ssy_gum_histroy_battle` (
`attackerid` string COMMENT 'None',
`gamemode` string COMMENT 'None',
`gamestage` string COMMENT 'None',
`start_ymd` string COMMENT 'None',
`end_ymd` string COMMENT 'None',
`attackercommandcenterlevel` int COMMENT 'None',
`opponentcommand... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_gum_master_user", "description": null, "columns": [{"name": "profileid", "type": "string", "description": null}, {"name": "playerid", "type": "string", "description": null}, {"name": "deviceid", "type": "string", "description": null}, {"name": "shardid", "type": "smallint", "de... | CREATE TABLE `hangame`.`tmp_ssy_gum_master_user` (
`profileid` string COMMENT 'None',
`playerid` string COMMENT 'None',
`deviceid` string COMMENT 'None',
`shardid` smallint COMMENT 'None',
`countrycode` string COMMENT 'None',
`creation_ymd` timestamp COMMENT 'None',
`isactive` string COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_mmp_wprg_202409", "description": null, "columns": [{"name": "customeruserid", "type": "bigint", "description": null}, {"name": "attributedtouchtime", "type": "timestamp", "description": null}, {"name": "installtime", "type": "timestamp", "description": null}, {"name": "mediasou... | CREATE TABLE `hangame`.`tmp_ssy_mmp_wprg_202409` (
`customeruserid` bigint COMMENT 'None',
`attributedtouchtime` timestamp COMMENT 'None',
`installtime` timestamp COMMENT 'None',
`mediasource` string COMMENT 'None',
`channel` string COMMENT 'None',
`campaign` string COMMENT 'None',
`adset` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_test01", "description": null, "columns": [{"name": "attributedtouchtype", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}, {"name": "eventtime", "type"... | CREATE TABLE `hangame`.`tmp_ssy_test01` (
`attributedtouchtype` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None',
`eventtime` string COMMENT 'None',
`eventname` string COMMENT 'None',
`eventvalue` string COMMENT 'None',
`eventrevenue` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_test02", "description": null, "columns": [{"name": "attributedtouchtype", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_test02` (
`attributedtouchtype` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_test03", "description": null, "columns": [{"name": "attributedtouchtype", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_test03` (
`attributedtouchtype` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_test05", "description": null, "columns": [{"name": "attributedtouchtype", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_test05` (
`attributedtouchtype` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_test06", "description": null, "columns": [{"name": "attributedtouchtype", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_test06` (
`attributedtouchtype` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_test07", "description": null, "columns": [{"name": "attributedtouchtype", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_test07` (
`attributedtouchtype` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_tet04", "description": null, "columns": [{"name": "attributedtouchtype", "type": "string", "description": null}, {"name": "attributedtouchtime", "type": "string", "description": null}, {"name": "installtime", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_tet04` (
`attributedtouchtype` string COMMENT 'None',
`attributedtouchtime` string COMMENT 'None',
`installtime` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wprg_arena_period_compare", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "country", "type": "string", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint", "des... | CREATE TABLE `hangame`.`tmp_hjh_wprg_arena_period_compare` (
`groupno` string COMMENT 'None',
`country` string COMMENT 'None',
`league` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`attendrate` double COMMENT 'None',
`playdayplays` double COMMENT 'None',
`botplayrate` double COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wprg_arena_period_compare_group", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "country", "type": "string", "description": null}, {"name": "subgroup", "type": "string", "description": null}, {"name": "league", "type": "bi... | CREATE TABLE `hangame`.`tmp_hjh_wprg_arena_period_compare_group` (
`groupno` string COMMENT 'None',
`country` string COMMENT 'None',
`subgroup` string COMMENT 'None',
`league` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`attendrate` double COMMENT 'None',
`playdayplays` double COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_pwt_mng_money_cd", "description": null, "columns": [{"name": "nm", "type": "string", "description": null}, {"name": "cat0", "type": "string", "description": null}, {"name": "cat1", "type": "string", "description": null}, {"name": "cat2", "type": "string", "description": null}, {"na... | CREATE TABLE `hangame`.`tmp_pwt_mng_money_cd` (
`nm` string COMMENT 'None',
`cat0` string COMMENT 'None',
`cat1` string COMMENT 'None',
`cat2` string COMMENT 'None',
`cat3` string COMMENT 'None',
`note` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_freez_10", "description": null, "columns": [{"name": "hid", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_lrw_freez_10` (
`hid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_arena_usage", "description": null, "columns": [{"name": "group_type", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "time", "type": "string", "description": null}, {"name": "league", "type": "bigint", "description"... | CREATE TABLE `hangame`.`tmp_hjh_wpr_arena_usage` (
`group_type` string COMMENT 'None',
`type` string COMMENT 'None',
`time` string COMMENT 'None',
`league` bigint COMMENT 'None',
`name` string COMMENT 'None',
`category` string COMMENT 'None',
`ct` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test13", "description": null, "columns": [{"name": "test1", "type": "bigint", "description": null}, {"name": "test2", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`test13` (
`test1` bigint COMMENT 'None',
`test2` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_combined_data_20241016_020231_4", "description": null, "columns": [{"name": "customeruserid", "type": "bigint", "description": null}, {"name": "attributedtouchtime", "type": "timestamp", "description": null}, {"name": "installtime", "type": "timestamp", "description": null}, {"... | CREATE TABLE `hangame`.`tmp_ssy_combined_data_20241016_020231_4` (
`customeruserid` bigint COMMENT 'None',
`attributedtouchtime` timestamp COMMENT 'None',
`installtime` timestamp COMMENT 'None',
`mediasource` string COMMENT 'None',
`channel` string COMMENT 'None',
`campaign` string COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_crosstime", "description": null, "columns": [{"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "max_time", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_wpr_crosstime` (
`wpr_sno` smallint COMMENT 'None',
`max_time` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test0", "description": null, "columns": [{"name": "customeruserid", "type": "bigint", "description": null}, {"name": "attributedtouchtime", "type": "timestamp", "description": null}, {"name": "installtime", "type": "timestamp", "description": null}, {"name": "mediasource", "type": "str... | CREATE TABLE `hangame`.`test0` (
`customeruserid` bigint COMMENT 'None',
`attributedtouchtime` timestamp COMMENT 'None',
`installtime` timestamp COMMENT 'None',
`mediasource` string COMMENT 'None',
`channel` string COMMENT 'None',
`campaign` string COMMENT 'None',
`adset` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_cross_flow", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "level", "type": "string", "description": null}, {"name": "total_time", "type": "bigint", "description": null}, {"name": "user_cross", "type": "bigint", "desc... | CREATE TABLE `hangame`.`tmp_hjh_wpr_cross_flow` (
`work_ymd` string COMMENT 'None',
`level` string COMMENT 'None',
`total_time` bigint COMMENT 'None',
`user_cross` bigint COMMENT 'None',
`total_cap` bigint COMMENT 'None',
`user_cap` bigint COMMENT 'None',
`f_gem` bigint COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_holycow_data", "description": null, "columns": [{"name": "customeruserid", "type": "bigint", "description": null}, {"name": "attributedtouchtime", "type": "timestamp", "description": null}, {"name": "installtime", "type": "timestamp", "description": null}, {"name": "mediasource... | CREATE TABLE `hangame`.`tmp_ssy_holycow_data` (
`customeruserid` bigint COMMENT 'None',
`attributedtouchtime` timestamp COMMENT 'None',
`installtime` timestamp COMMENT 'None',
`mediasource` string COMMENT 'None',
`channel` string COMMENT 'None',
`campaign` string COMMENT 'None',
`adset` stri... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wprg_arena_usage", "description": null, "columns": [{"name": "group_type", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "time", "type": "string", "description": null}, {"name": "league", "type": "bigint", "description... | CREATE TABLE `hangame`.`tmp_hjh_wprg_arena_usage` (
`group_type` string COMMENT 'None',
`type` string COMMENT 'None',
`time` string COMMENT 'None',
`league` bigint COMMENT 'None',
`name` string COMMENT 'None',
`category` string COMMENT 'None',
`ct` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_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", "descriptio... | CREATE TABLE `hangame`.`tmp_ssy_wprg_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` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_bdgame_month_user_list", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "cmbuser", "type": "bigint", "description"... | CREATE TABLE `hangame`.`tmp_bsj_bdgame_month_user_list` (
`game` string COMMENT 'None',
`mau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`cmbuser` bigint COMMENT 'None',
`churnuser` bigint COMMENT 'None',
`work_ym` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_skip_time", "description": null, "columns": [{"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "skip_time", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_wpr_skip_time` (
`wpr_sno` bigint COMMENT 'None',
`skip_time` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_early_cross_exp", "description": null, "columns": [{"name": "combin", "type": "string", "description": null}, {"name": "avgtime", "type": "int", "description": null}, {"name": "maxtime", "type": "int", "description": null}, {"name": "churn", "type": "double", "description":... | CREATE TABLE `hangame`.`tmp_ssy_wpr_early_cross_exp` (
`combin` string COMMENT 'None',
`avgtime` int COMMENT 'None',
`maxtime` int COMMENT 'None',
`churn` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_bdgame_daily_user_list", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "cmbuser", "type": "bigint", "description"... | CREATE TABLE `hangame`.`tmp_bsj_bdgame_daily_user_list` (
`game` string COMMENT 'None',
`dau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`cmbuser` bigint COMMENT 'None',
`churnuser` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_bdgame_weekly_user_list", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "wau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "cmbuser", "type": "bigint", "description... | CREATE TABLE `hangame`.`tmp_bsj_bdgame_weekly_user_list` (
`game` string COMMENT 'None',
`wau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`cmbuser` bigint COMMENT 'None',
`churnuser` bigint COMMENT 'None',
`dt` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_bdgame_weekly_user_list_tmp", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "dt", "type": "string", "description": null}, {"name": "usercnt", "type": "bigint", "descrip... | CREATE TABLE `hangame`.`tmp_bsj_bdgame_weekly_user_list_tmp` (
`game` string COMMENT 'None',
`type` string COMMENT 'None',
`dt` string COMMENT 'None',
`usercnt` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_list", "description": null, "columns": [{"name": "fromzero", "type": "bigint", "description": null}, {"name": "fromone", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_list` (
`fromzero` bigint COMMENT 'None',
`fromone` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_gem_lifecycle", "description": null, "columns": [{"name": "pass", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "spent", "type": "double", "description": null}, {"name": "rate", "type": "double", "description": null}]... | CREATE TABLE `hangame`.`tmp_ssy_wpr_gem_lifecycle` (
`pass` int COMMENT 'None',
`name` string COMMENT 'None',
`spent` double COMMENT 'None',
`rate` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_gem_lifecycle", "description": null, "columns": [{"name": "pass", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "spent", "type": "double", "description": null}, {"name": "rate", "type": "double", "description": null}... | CREATE TABLE `hangame`.`tmp_ssy_wprg_gem_lifecycle` (
`pass` int COMMENT 'None',
`name` string COMMENT 'None',
`spent` double COMMENT 'None',
`rate` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_gem_lifecycle_combine", "description": null, "columns": [{"name": "pass", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "kr", "type": "double", "description": null}, {"name": "gl", "type": "double", "description": nu... | CREATE TABLE `hangame`.`tmp_ssy_wprg_gem_lifecycle_combine` (
`pass` int COMMENT 'None',
`name` string COMMENT 'None',
`kr` double COMMENT 'None',
`gl` double COMMENT 'None',
`jp` double COMMENT 'None',
`kr_r` double COMMENT 'None',
`gl_r` double COMMENT 'None',
`jp_r` double COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_gem_lifecycle_jp", "description": null, "columns": [{"name": "pass", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "spent", "type": "double", "description": null}, {"name": "rate", "type": "double", "description": nu... | CREATE TABLE `hangame`.`tmp_ssy_wprg_gem_lifecycle_jp` (
`pass` int COMMENT 'None',
`name` string COMMENT 'None',
`spent` double COMMENT 'None',
`rate` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_webboard_3games_mket_v1_v3_cost1_backup", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "os", "type": "string", "description": null}, {"name": "work_ym", "type": "string", "description": null}, {"name": "cost", "type": "bigin... | CREATE TABLE `hangame`.`tmp_yhm_webboard_3games_mket_v1_v3_cost1_backup` (
`game` string COMMENT 'None',
`os` string COMMENT 'None',
`work_ym` string COMMENT 'None',
`cost` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_ad_quality", "description": null, "columns": [{"name": "pu", "type": "string", "description": null}, {"name": "ad_type", "type": "smallint", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "country_code", "type": "string", "descript... | CREATE TABLE `hangame`.`tmp_hjh_wpr_ad_quality` (
`pu` string COMMENT 'None',
`ad_type` smallint COMMENT 'None',
`pass_date` int COMMENT 'None',
`country_code` string COMMENT 'None',
`per_watch` double COMMENT 'None',
`total` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_mpoker_msukda_nat_cd_nru", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "user_cnt", "type": "bigint", "d... | CREATE TABLE `hangame`.`tmp_bsj_mpoker_msukda_nat_cd_nru` (
`type` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`user_cnt` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_mpoker_msukda_nat_cd_nru_detection", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "user_cnt", "type": "b... | CREATE TABLE `hangame`.`tmp_bsj_mpoker_msukda_nat_cd_nru_detection` (
`type` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`sigma_plus` int COMMENT 'None',
`sigma_minus` int COMMENT 'None',
`is_detection` tinyint CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_mpoker_jaupjang_list_ci", "description": null, "columns": [{"name": "mpoker", "type": "string", "description": null}, {"name": "msudda", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description... | CREATE TABLE `hangame`.`tmp_yhm_mpoker_jaupjang_list_ci` (
`mpoker` string COMMENT 'None',
`msudda` string COMMENT 'None',
`hid` string COMMENT 'None',
`ci` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_list", "description": null, "columns": [{"name": "no", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "req_lv", "type": "bigint", "description": null}, {"name": "purchase", "type": "boolean", "description": null}, {... | CREATE TABLE `hangame`.`tmp_ssy_wpr_list` (
`no` bigint COMMENT 'None',
`name` string COMMENT 'None',
`req_lv` bigint COMMENT 'None',
`purchase` boolean COMMENT 'None',
`purchase_currency` string COMMENT 'None',
`purchase_price` string COMMENT 'None',
`reward_exp` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_mpoker_msukda_nat_cd_nru_detection_difference_table", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "user... | CREATE TABLE `hangame`.`tmp_bsj_mpoker_msukda_nat_cd_nru_detection_difference_table` (
`type` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`sigma_plus` int COMMENT 'None',
`sigma_minus` int COMMENT 'None',
`is_dete... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_list", "description": null, "columns": [{"name": "list", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wprg_list` (
`list` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_social_action", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "type", "type": "tinyint", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "friend", "type": "bigint", "descr... | CREATE TABLE `hangame`.`tmp_hjh_wpr_social_action` (
`country_code` string COMMENT 'None',
`type` tinyint COMMENT 'None',
`pass_date` int COMMENT 'None',
`friend` bigint COMMENT 'None',
`ct` bigint COMMENT 'None',
`total` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_social_action_2", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "type", "type": "tinyint", "description": null}, {"name": "avg_give", "type": "double", "d... | CREATE TABLE `hangame`.`tmp_hjh_wpr_social_action_2` (
`country_code` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`type` tinyint COMMENT 'None',
`avg_give` double COMMENT 'None',
`avg_friend` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part1_backup", "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",... | CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part1_backup` (
`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_sudda_unreal_list_part2_backup", "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", ... | CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part2_backup` (
`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 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part3_backup", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part3_backup` (
`work_ym` string COMMENT 'None',
`userno` string COMMENT 'None',
`samt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_ranking_league", "description": null, "columns": [{"name": "league", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reward", "type": "bigint", "description": null}, {"name": "usergroup", "type": "string", "description":... | CREATE TABLE `hangame`.`tmp_lrw_ranking_league` (
`league` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`reward` bigint COMMENT 'None',
`usergroup` string COMMENT 'None',
`season` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_webboard_month_summary_index", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "nsamt", "type": "double", "descript... | CREATE TABLE `hangame`.`tmp_bsj_webboard_month_summary_index` (
`type` string COMMENT 'None',
`mau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`nsamt` double COMMENT 'None',
`pu` bigint COMMENT 'None',
`pur` double COMMENT 'None',
`work_ym_dt` timestamp COMMENT 'None',
`work_ym`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_realuser_241121", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`tmp_lrw_realuser_241121` (
`sno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_example_fight", "description": null, "columns": [{"name": "work_ymd", "type": "bigint", "description": null}, {"name": "attacker", "type": "string", "description": null}, {"name": "defender", "type": "string", "description": null}, {"name": "result", "type": "string", "descript... | CREATE TABLE `hangame`.`tmp_ssy_example_fight` (
`work_ymd` bigint COMMENT 'None',
`attacker` string COMMENT 'None',
`defender` string COMMENT 'None',
`result` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_example_shop", "description": null, "columns": [{"name": "work_ymd", "type": "bigint", "description": null}, {"name": "battle_class", "type": "string", "description": null}, {"name": "level", "type": "bigint", "description": null}, {"name": "item", "type": "string", "descriptio... | CREATE TABLE `hangame`.`tmp_ssy_example_shop` (
`work_ymd` bigint COMMENT 'None',
`battle_class` string COMMENT 'None',
`level` bigint COMMENT 'None',
`item` string COMMENT 'None',
`purchase_cnt` bigint COMMENT 'None',
`total_price` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wprg_sales_pattern", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "category", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "avg_sale", "type": "double", ... | CREATE TABLE `hangame`.`tmp_hjh_wprg_sales_pattern` (
`country_code` string COMMENT 'None',
`category` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`avg_sale` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_play_bypay", "description": null, "columns": [{"name": "pay_grp", "type": "int", "description": null}, {"name": "pass", "type": "int", "description": null}, {"name": "ptm", "type": "double", "description": null}, {"name": "pcnt", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wpr_play_bypay` (
`pay_grp` int COMMENT 'None',
`pass` int COMMENT 'None',
`ptm` double COMMENT 'None',
`pcnt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_play_bypay", "description": null, "columns": [{"name": "pay_grp", "type": "int", "description": null}, {"name": "pass", "type": "int", "description": null}, {"name": "ptm", "type": "double", "description": null}, {"name": "pcnt", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wprg_play_bypay` (
`pay_grp` int COMMENT 'None',
`pass` int COMMENT 'None',
`ptm` double COMMENT 'None',
`pcnt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_play_bypay_combine", "description": null, "columns": [{"name": "pay_grp", "type": "int", "description": null}, {"name": "pass", "type": "int", "description": null}, {"name": "k_ptm", "type": "double", "description": null}, {"name": "k_pcnt", "type": "double", "description"... | CREATE TABLE `hangame`.`tmp_ssy_wprg_play_bypay_combine` (
`pay_grp` int COMMENT 'None',
`pass` int COMMENT 'None',
`k_ptm` double COMMENT 'None',
`k_pcnt` double COMMENT 'None',
`g_ptm` double COMMENT 'None',
`g_pcnt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_bdgame_month_user_list_userno_ver", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "work_ym", "type": "string"... | CREATE TABLE `hangame`.`tmp_bsj_bdgame_month_user_list_userno_ver` (
`game` string COMMENT 'None',
`type` string COMMENT 'None',
`userno` string COMMENT 'None',
`work_ym` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_package_history", "description": null, "columns": [{"name": "name", "type": "string", "description": null}, {"name": "period", "type": "string", "description": null}, {"name": "category", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "descript... | CREATE TABLE `hangame`.`tmp_hjh_wpr_package_history` (
`name` string COMMENT 'None',
`period` string COMMENT 'None',
`category` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`purchase_uu` bigint COMMENT 'None',
`purchase_ct` bigint COMMENT 'None',
`purchase_total` double COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wprg_package_history", "description": null, "columns": [{"name": "name", "type": "string", "description": null}, {"name": "country_code", "type": "string", "description": null}, {"name": "period", "type": "string", "description": null}, {"name": "category", "type": "string", "d... | CREATE TABLE `hangame`.`tmp_hjh_wprg_package_history` (
`name` string COMMENT 'None',
`country_code` string COMMENT 'None',
`period` string COMMENT 'None',
`category` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`purchase_uu` bigint COMMENT 'None',
`purchase_ct` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_mmp_data_test_install_2_ua_auto", "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_install_2_ua_auto` (
`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 COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_guild_pattern", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "guild_people", "type": "bigint", "description": null}, {"name": "sumproduct", "type": "bigi... | CREATE TABLE `hangame`.`tmp_hjh_wpr_guild_pattern` (
`country_code` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`guild_people` bigint COMMENT 'None',
`sumproduct` bigint COMMENT 'None',
`daily_check` bigint COMMENT 'None',
`raid_reward` bigint COMMENT 'None',
`dau` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wpr_pay_cohort_ret", "description": null, "columns": [{"name": "pay_grp", "type": "tinyint", "description": null}, {"name": "pass", "type": "smallint", "description": null}, {"name": "att_rate", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wpr_pay_cohort_ret` (
`pay_grp` tinyint COMMENT 'None',
`pass` smallint COMMENT 'None',
`att_rate` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_ssy_wprg_pay_cohort_ret", "description": null, "columns": [{"name": "pay_grp", "type": "tinyint", "description": null}, {"name": "pass", "type": "smallint", "description": null}, {"name": "att_rate", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_ssy_wprg_pay_cohort_ret` (
`pay_grp` tinyint COMMENT 'None',
`pass` smallint COMMENT 'None',
`att_rate` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "ng_cafe_settlemnet_log_20241213", "description": null, "columns": [{"name": "settlement_date", "type": "timestamp", "description": null}, {"name": "cafe_id", "type": "bigint", "description": null}, {"name": "cafe_name", "type": "string", "description": null}, {"name": "cafe_level", "ty... | CREATE TABLE `hangame`.`ng_cafe_settlemnet_log_20241213` (
`settlement_date` timestamp COMMENT 'None',
`cafe_id` bigint COMMENT 'None',
`cafe_name` string COMMENT 'None',
`cafe_level` bigint COMMENT 'None',
`mission_complete_count` bigint COMMENT 'None',
`mission_bingo_count` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "test_bk3", "description": null, "columns": [{"name": "settlement_date", "type": "timestamp", "description": null}, {"name": "cafe_id", "type": "bigint", "description": null}, {"name": "cafe_name", "type": "string", "description": null}, {"name": "cafe_level", "type": "bigint", "descrip... | CREATE TABLE `hangame`.`test_bk3` (
`settlement_date` timestamp COMMENT 'None',
`cafe_id` bigint COMMENT 'None',
`cafe_name` string COMMENT 'None',
`cafe_level` bigint COMMENT 'None',
`mission_complete_count` bigint COMMENT 'None',
`mission_bingo_count` bigint COMMENT 'None',
`mission_bingo_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_pwt_ng_cafe_settlemnet_log_3241216", "description": null, "columns": [{"name": "settlement_date", "type": "timestamp", "description": null}, {"name": "cafe_id", "type": "bigint", "description": null}, {"name": "cafe_name", "type": "string", "description": null}, {"name": "cafe_leve... | CREATE TABLE `hangame`.`tmp_pwt_ng_cafe_settlemnet_log_3241216` (
`settlement_date` timestamp COMMENT 'None',
`cafe_id` bigint COMMENT 'None',
`cafe_name` string COMMENT 'None',
`cafe_level` bigint COMMENT 'None',
`mission_complete_count` bigint COMMENT 'None',
`mission_bingo_count` bigint COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_pwt_ng_cafe_settlemnet_user_log_3241216_2", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "settlement_date", "type": "timestamp", "description": null}, {"name": "cafe_id", "type": "bigint", "description": null}, {"name": "sno", "t... | CREATE TABLE `hangame`.`tmp_pwt_ng_cafe_settlemnet_user_log_3241216_2` (
`seq` bigint COMMENT 'None',
`settlement_date` timestamp COMMENT 'None',
`cafe_id` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`contribution_money` bigint COMMENT 'None',
`point_game` bigint COMMENT 'None',
`poi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_bdgame_nru_month_sales_roas", "description": null, "columns": [{"name": "game_nm", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "join_work_ym", "type": "string", "description": null}, {"name": "join_work_ym_wth_cost",... | CREATE TABLE `hangame`.`tmp_bsj_bdgame_nru_month_sales_roas` (
`game_nm` string COMMENT 'None',
`type` string COMMENT 'None',
`join_work_ym` string COMMENT 'None',
`join_work_ym_wth_cost` string COMMENT 'None',
`pay_work_ym` string COMMENT 'None',
`month_gap` double COMMENT 'None',
`mkt_cost... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_ltv_cum_total", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "cum_ltv", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_wpr_ltv_cum_total` (
`country_code` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`cum_ltv` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_ltv_cum_total_fourth", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "cum_ltv", "type": "double", "description": null}]} | CREATE TABLE `hangame`.`tmp_hjh_wpr_ltv_cum_total_fourth` (
`country_code` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`cum_ltv` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_hjh_wpr_ltv_total", "description": null, "columns": [{"name": "country_code", "type": "string", "description": null}, {"name": "j_date", "type": "string", "description": null}, {"name": "pass_date", "type": "int", "description": null}, {"name": "ltv", "type": "double", "description... | CREATE TABLE `hangame`.`tmp_hjh_wpr_ltv_total` (
`country_code` string COMMENT 'None',
`j_date` string COMMENT 'None',
`pass_date` int COMMENT 'None',
`ltv` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_monthly_abnormal_user_spcial90percent", "description": null, "columns": [{"name": "game_nm", "type": "string", "description": null}, {"name": "mau", "type": "bigint", "description": null}, {"name": "special90_mau_cnt", "type": "bigint", "description": null}, {"name": "jin_mau_r... | CREATE TABLE `hangame`.`tmp_bsj_monthly_abnormal_user_spcial90percent` (
`game_nm` string COMMENT 'None',
`mau` bigint COMMENT 'None',
`special90_mau_cnt` bigint COMMENT 'None',
`jin_mau_rate` double COMMENT 'None',
`nru` bigint COMMENT 'None',
`special90_nru_cnt` bigint COMMENT 'None',
`jin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_daeback_250106", "description": null, "columns": [{"name": "nickname", "type": "string", "description": null}, {"name": "group1", "type": "string", "description": null}, {"name": "group2", "type": "string", "description": null}]} | CREATE TABLE `hangame`.`tmp_lrw_daeback_250106` (
`nickname` string COMMENT 'None',
`group1` string COMMENT 'None',
`group2` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_lrw_userinout_2412", "description": null, "columns": [{"name": "work_ym", "type": "bigint", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "usergroup", "type": "string", "description... | CREATE TABLE `hangame`.`tmp_lrw_userinout_2412` (
`work_ym` bigint COMMENT 'None',
`game` string COMMENT 'None',
`userno` string COMMENT 'None',
`usergroup` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "pwt_monlymau", "description": null, "columns": [{"name": "ym", "type": "string", "description": null}, {"name": "gubun", "type": "string", "description": null}, {"name": "_c2", "type": "bigint", "description": null}]} | CREATE TABLE `hangame`.`pwt_monlymau` (
`ym` string COMMENT 'None',
`gubun` string COMMENT 'None',
`_c2` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "hangame", "table": "tmp_bsj_bdgame_nru_month_sales_roas_dashboard1", "description": null, "columns": [{"name": "gama_nm", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "join_work_ym", "type": "string", "description": null}, {"name": "month_gap", ... | CREATE TABLE `hangame`.`tmp_bsj_bdgame_nru_month_sales_roas_dashboard1` (
`gama_nm` string COMMENT 'None',
`type` string COMMENT 'None',
`join_work_ym` string COMMENT 'None',
`month_gap` string COMMENT 'None',
`monthly_nru_cum_nsamt_1000000` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "casino_dup_user", "description": null, "columns": [{"name": "member_id", "type": "string", "description": null}, {"name": "client_type_casino", "type": "string", "description": null}, {"name": "casino_yn", "type": "tinyint", "description": null}, {"name": "client_type_poker", "type": "stri... | CREATE TABLE `nhn`.`casino_dup_user` (
`member_id` string COMMENT 'None',
`client_type_casino` string COMMENT 'None',
`casino_yn` tinyint COMMENT 'None',
`client_type_poker` string COMMENT 'None',
`poker_yn` tinyint COMMENT 'None',
`dup_cnt` tinyint COMMENT 'None',
`only_casino_cnt` tinyint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "casino_free_money", "description": null, "columns": [{"name": "work_ymd", "type": "bigint", "description": null}, {"name": "classic_yn", "type": "tinyint", "description": null}, {"name": "money", "type": "double", "description": null}, {"name": "work_md", "type": "string", "description": n... | CREATE TABLE `nhn`.`casino_free_money` (
`work_ymd` bigint COMMENT 'None',
`classic_yn` tinyint COMMENT 'None',
`money` double COMMENT 'None',
`work_md` string COMMENT 'None',
`work_d` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "casino_game", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "client_type", "type": "tinyint", "description": null}, {"name": "uv", "type": "bigint", "description": null}, {"name": "game_cnt", "type": "bigint", "description": null}, {"nam... | CREATE TABLE `nhn`.`casino_game` (
`game` string COMMENT 'None',
`client_type` tinyint COMMENT 'None',
`uv` bigint COMMENT 'None',
`game_cnt` bigint COMMENT 'None',
`per_game_cnt` double COMMENT 'None',
`work_md` string COMMENT 'None',
`work_d` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "casino_money_game", "description": null, "columns": [{"name": "game_nm", "type": "string", "description": null}, {"name": "client_type", "type": "tinyint", "description": null}, {"name": "bet_money", "type": "double", "description": null}, {"name": "get_money", "type": "double", "descripti... | CREATE TABLE `nhn`.`casino_money_game` (
`game_nm` string COMMENT 'None',
`client_type` tinyint COMMENT 'None',
`bet_money` double COMMENT 'None',
`get_money` double COMMENT 'None',
`r_mony` double COMMENT 'None',
`rtp` double COMMENT 'None',
`work_md` string COMMENT 'None',
`work_d` str... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "casino_user_dau", "description": null, "columns": [{"name": "work_ymd", "type": "bigint", "description": null}, {"name": "member_id", "type": "string", "description": null}, {"name": "pc_yn", "type": "tinyint", "description": null}, {"name": "classic_yn", "type": "tinyint", "description": ... | CREATE TABLE `nhn`.`casino_user_dau` (
`work_ymd` bigint COMMENT 'None',
`member_id` string COMMENT 'None',
`pc_yn` tinyint COMMENT 'None',
`classic_yn` tinyint COMMENT 'None',
`baccarat_yn_pc` tinyint COMMENT 'None',
`blackjack_yn_pc` tinyint COMMENT 'None',
`baccarat_yn_cl` tinyint COMMENT... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.