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": "nhn", "table": "db_endp_sale_01_06", "description": null, "columns": [{"name": "aa", "type": "bigint", "description": null}, {"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint", "description": null}]... | CREATE TABLE `nhn`.`db_endp_sale_01_06` (
`aa` bigint COMMENT 'None',
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`userno` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "dummy", "description": null, "columns": [{"name": "dum", "type": "varchar(10)", "description": null}]} | CREATE TABLE `nhn`.`dummy` (
`dum` varchar(10) COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "endp_sale_history_jy", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "description... | CREATE TABLE `nhn`.`endp_sale_history_jy` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`scls_nm` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`st_cd` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "hsp_payment_20210818", "description": null, "columns": [{"name": "tx_id", "type": "bigint", "description": null}, {"name": "mbr_no", "type": "bigint", "description": null}, {"name": "rcv_mbr_no", "type": "bigint", "description": null}, {"name": "store_id", "type": "string", "description": ... | CREATE TABLE `nhn`.`hsp_payment_20210818` (
`tx_id` bigint COMMENT 'None',
`mbr_no` bigint COMMENT 'None',
`rcv_mbr_no` bigint COMMENT 'None',
`store_id` string COMMENT 'None',
`game_no` int COMMENT 'None',
`cp_id` string COMMENT 'None',
`prod_id` string COMMENT 'None',
`crncy` string CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "monthly_money_station", "description": null, "columns": [{"name": "month1", "type": "string", "description": null}, {"name": "client_type", "type": "string", "description": null}, {"name": "nsamt", "type": "double", "description": null}, {"name": "pu", "type": "double", "description": null... | CREATE TABLE `nhn`.`monthly_money_station` (
`month1` string COMMENT 'None',
`client_type` string COMMENT 'None',
`nsamt` double COMMENT 'None',
`pu` double COMMENT 'None',
`pur` double COMMENT 'None',
`arppu` double COMMENT 'None',
`mau` double COMMENT 'None',
`nru` double COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pay_money_situation1", "description": null, "columns": [{"name": "yyyymm", "type": "string", "description": null}, {"name": "eventcode", "type": "string", "description": null}, {"name": "eventitle", "type": "string", "description": null}, {"name": "platform", "type": "string", "description... | CREATE TABLE `nhn`.`pay_money_situation1` (
`yyyymm` string COMMENT 'None',
`eventcode` string COMMENT 'None',
`eventitle` string COMMENT 'None',
`platform` string COMMENT 'None',
`pay_yn` string COMMENT 'None',
`categorize` string COMMENT 'None',
`eventmoney` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pay_money_situation2", "description": null, "columns": [{"name": "yyyymm", "type": "string", "description": null}, {"name": "platform", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}, {"name": "eventmoney", "type": "double", "description":... | CREATE TABLE `nhn`.`pay_money_situation2` (
`yyyymm` string COMMENT 'None',
`platform` string COMMENT 'None',
`pay_yn` string COMMENT 'None',
`eventmoney` double COMMENT 'None',
`eventmoney_bz` double COMMENT 'None',
`dealermoney` double COMMENT 'None',
`nsamt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pay_money_situation3", "description": null, "columns": [{"name": "cate", "type": "string", "description": null}, {"name": "_202401", "type": "double", "description": null}, {"name": "_202402", "type": "double", "description": null}, {"name": "_202403", "type": "double", "description": null... | CREATE TABLE `nhn`.`pay_money_situation3` (
`cate` string COMMENT 'None',
`_202401` double COMMENT 'None',
`_202402` double COMMENT 'None',
`_202403` double COMMENT 'None',
`_202404` double COMMENT 'None',
`_202405` double COMMENT 'None',
`_202406` double COMMENT 'None',
`_202407` double... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pcb_branchtag", "description": null, "columns": [{"name": "crmcode", "type": "string", "description": null}, {"name": "pcbname", "type": "string", "description": null}, {"name": "branchname", "type": "string", "description": null}, {"name": "branchnametag", "type": "string", "description":... | CREATE TABLE `nhn`.`pcb_branchtag` (
`crmcode` string COMMENT 'None',
`pcbname` string COMMENT 'None',
`branchname` string COMMENT 'None',
`branchnametag` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pcb_capsule", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "crmcode", "type": "string", "description": null}, {"name": "pcbname", "type": "string", "description": null}, {"name": "branchnametag", "type": "string", "description": null}, {"... | CREATE TABLE `nhn`.`pcb_capsule` (
`id` string COMMENT 'None',
`crmcode` string COMMENT 'None',
`pcbname` string COMMENT 'None',
`branchnametag` string COMMENT 'None',
`losemoney` bigint COMMENT 'None',
`eventmoney` bigint COMMENT 'None',
`y_n` tinyint COMMENT 'None',
`month1` string COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_classic_npu", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "nsamt", "type": "double", "description": null}, {"name": "nru_os", "type": "string", "description": null}, {"na... | CREATE TABLE `nhn`.`poker_classic_npu` (
`userno` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`nru_os` string COMMENT 'None',
`nru_join_d` int COMMENT 'None',
`nru_join_date` string COMMENT 'None',
`nru_month` string COMMENT 'None',
`npu_firstpay_d... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_comeback_user", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "short_term", "type": "string", "description": null}, {"name": "gap_date", "type": "int", "description": null}, {"name": "memberid", "type": "string", "description": null}... | CREATE TABLE `nhn`.`poker_comeback_user` (
`id` string COMMENT 'None',
`short_term` string COMMENT 'None',
`gap_date` int COMMENT 'None',
`memberid` string COMMENT 'None',
`join_date` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_cross_user", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "playcnt_pc", "type": "bigint", "description": null}, {"name": "playcnt_classic", "type": "bigint", "description": null}, {"name": "playcnt_total", "type": "bigint... | CREATE TABLE `nhn`.`poker_main_cross_user` (
`memberid` string COMMENT 'None',
`playcnt_pc` bigint COMMENT 'None',
`playcnt_classic` bigint COMMENT 'None',
`playcnt_total` bigint COMMENT 'None',
`losemoney_pc` bigint COMMENT 'None',
`losemoney_classic` bigint COMMENT 'None',
`losemoney_total... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_cross_user2", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "first_pc", "type": "bigint", "description": null}, {"name": "first_classic", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "desc... | CREATE TABLE `nhn`.`poker_main_cross_user2` (
`memberid` string COMMENT 'None',
`first_pc` bigint COMMENT 'None',
`first_classic` bigint COMMENT 'None',
`work_ymd` bigint COMMENT 'None',
`work_d` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_game_user", "description": null, "columns": [{"name": "work_d", "type": "bigint", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"... | CREATE TABLE `nhn`.`poker_main_game_user` (
`work_d` bigint COMMENT 'None',
`id` string COMMENT 'None',
`nickname` string COMMENT 'None',
`game` string COMMENT 'None',
`channel` string COMMENT 'None',
`channel_num` string COMMENT 'None',
`matchno1` string COMMENT 'None',
`client` int COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_league", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "league_grade", "type": "int", "description": null}, {"name": "playcount", "type": "bigint", "description": null}, {"name": "losemoney", "type": "bigint", "description": nul... | CREATE TABLE `nhn`.`poker_main_league` (
`id` string COMMENT 'None',
`league_grade` int COMMENT 'None',
`playcount` bigint COMMENT 'None',
`losemoney` bigint COMMENT 'None',
`nsamt` bigint COMMENT 'None',
`game_point` bigint COMMENT 'None',
`reward_gold` double COMMENT 'None',
`reward_go... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_nru", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "mket_nm", "type": "string", "description": null}, {"name": "work_d", "type": "int", "description": null}, {"name": "... | CREATE TABLE `nhn`.`poker_main_nru` (
`userno` string COMMENT 'None',
`id` string COMMENT 'None',
`mket_nm` string COMMENT 'None',
`work_d` int COMMENT 'None',
`daycheck` tinyint COMMENT 'None',
`date1` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_plus_sales", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "prod_name", "type": "string", "description": null}, {"name": "prod_group", "type": "string", "description": null}, {"name": "nsamt", "type": "bigint", "description"... | CREATE TABLE `nhn`.`poker_main_plus_sales` (
`userid` string COMMENT 'None',
`prod_name` string COMMENT 'None',
`prod_group` string COMMENT 'None',
`nsamt` bigint COMMENT 'None',
`work_d` int COMMENT 'None',
`date1` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_plus_user", "description": null, "columns": [{"name": "prod_nm", "type": "string", "description": null}, {"name": "usercnt", "type": "bigint", "description": null}, {"name": "work_d", "type": "int", "description": null}, {"name": "date1", "type": "string", "description": null}, ... | CREATE TABLE `nhn`.`poker_main_plus_user` (
`prod_nm` string COMMENT 'None',
`usercnt` bigint COMMENT 'None',
`work_d` int COMMENT 'None',
`date1` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_sales", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "nsamt", "type": "double", "description": null}, {"name": "sale_cnt", "type": "bigint", "description": null}, {"n... | CREATE TABLE `nhn`.`poker_main_sales` (
`userid` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`pay_chnl_cd` string COMMENT 'None',
`work_d` int COMMENT 'None',
`daycheck` tinyint COMMENT 'None',
`date1` string COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub2_game_user", "description": null, "columns": [{"name": "client_type", "type": "string", "description": null}, {"name": "pcbang", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "lose_money", "type": "bigint", "description"... | CREATE TABLE `nhn`.`poker_sub2_game_user` (
`client_type` string COMMENT 'None',
`pcbang` string COMMENT 'None',
`game` string COMMENT 'None',
`lose_money` bigint COMMENT 'None',
`cumul_lose_money` bigint COMMENT 'None',
`work_d` bigint COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub3_game_user", "description": null, "columns": [{"name": "client_type", "type": "string", "description": null}, {"name": "id2", "type": "bigint", "description": null}, {"name": "month1", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`poker_sub3_game_user` (
`client_type` string COMMENT 'None',
`id2` bigint COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub4_game_user", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "pcbang", "type": "string", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "work_d", "type": "bigint", "description": null}, {"... | CREATE TABLE `nhn`.`poker_sub4_game_user` (
`date1` string COMMENT 'None',
`pcbang` string COMMENT 'None',
`cnt` bigint COMMENT 'None',
`work_d` bigint COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub_cross_user", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "pre_month_state", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`poker_sub_cross_user` (
`memberid` string COMMENT 'None',
`pre_month_state` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub_game_user", "description": null, "columns": [{"name": "work_d", "type": "bigint", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "channel", "type": "string", "description": null}, {"na... | CREATE TABLE `nhn`.`poker_sub_game_user` (
`work_d` bigint COMMENT 'None',
`game` string COMMENT 'None',
`id` string COMMENT 'None',
`channel` string COMMENT 'None',
`channel_num` string COMMENT 'None',
`seed_money` double COMMENT 'None',
`pcbang` string COMMENT 'None',
`crmcode` string ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub_league", "description": null, "columns": [{"name": "startdate", "type": "string", "description": null}, {"name": "enddate", "type": "string", "description": null}, {"name": "year1", "type": "int", "description": null}, {"name": "round1", "type": "int", "description": null}]} | CREATE TABLE `nhn`.`poker_sub_league` (
`startdate` string COMMENT 'None',
`enddate` string COMMENT 'None',
`year1` int COMMENT 'None',
`round1` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub_nru", "description": null, "columns": [{"name": "mket_nm", "type": "string", "description": null}, {"name": "nru_cnt", "type": "bigint", "description": null}, {"name": "cumul_nru_cnt", "type": "bigint", "description": null}, {"name": "work_d", "type": "int", "description": null},... | CREATE TABLE `nhn`.`poker_sub_nru` (
`mket_nm` string COMMENT 'None',
`nru_cnt` bigint COMMENT 'None',
`cumul_nru_cnt` bigint COMMENT 'None',
`work_d` int COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub_plus_sales", "description": null, "columns": [{"name": "prod_group", "type": "string", "description": null}, {"name": "nsamt", "type": "bigint", "description": null}, {"name": "cumul_nsamt", "type": "bigint", "description": null}, {"name": "work_d", "type": "int", "description": ... | CREATE TABLE `nhn`.`poker_sub_plus_sales` (
`prod_group` string COMMENT 'None',
`nsamt` bigint COMMENT 'None',
`cumul_nsamt` bigint COMMENT 'None',
`work_d` int COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_sub_sales", "description": null, "columns": [{"name": "clienttype", "type": "string", "description": null}, {"name": "nsamt", "type": "bigint", "description": null}, {"name": "cumul_nsamt", "type": "bigint", "description": null}, {"name": "work_d", "type": "int", "description": null}... | CREATE TABLE `nhn`.`poker_sub_sales` (
`clienttype` string COMMENT 'None',
`nsamt` bigint COMMENT 'None',
`cumul_nsamt` bigint COMMENT 'None',
`work_d` int COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "sales_lastday", "description": null, "columns": [{"name": "_c0", "type": "string", "description": null}, {"name": "item_sort", "type": "string", "description": null}, {"name": "sales_amt", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`sales_lastday` (
`_c0` string COMMENT 'None',
`item_sort` string COMMENT 'None',
`sales_amt` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_daily_money", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "lose_money", "type": "double", "description": null}]} | CREATE TABLE `nhn`.`vms_daily_money` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`lose_money` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_mv_money", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "mv_money", "type": "double", "description": null}, {"name"... | CREATE TABLE `nhn`.`vms_mv_money` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`mv_money` double COMMENT 'None',
`win_mony` double COMMENT 'None',
`los_mony` double COMMENT 'None',
`cumul_mv_mony` double COMMENT 'None',
`cumul_win_mony` d... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "temp01", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}]} | CREATE TABLE `nhn`.`temp01` (
`memberid` string COMMENT 'None',
`samt` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "temp_dg_chnl_cd_cjy", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "strt_ymd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": n... | CREATE TABLE `nhn`.`temp_dg_chnl_cd_cjy` (
`game_cd` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`strt_ymd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`chnl_tp_cd` string COMMENT 'None',
`chnl_tp_nm` string COMMENT 'None',
`gameid` string COMMENT 'None',
`end_ymd... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp293", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "pansu", "type": "bigint", "description": null}, {"name": "win_pansu", "type": "bigint", "description": null}, {"name": "lose_pansu", "type": "bigint", "description": null}, {"name": "... | CREATE TABLE `nhn`.`tmp293` (
`id` string COMMENT 'None',
`pansu` bigint COMMENT 'None',
`win_pansu` bigint COMMENT 'None',
`lose_pansu` bigint COMMENT 'None',
`win_money` bigint COMMENT 'None',
`lose_money` bigint COMMENT 'None',
`dealer_money` bigint COMMENT 'None',
`samt` double COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vplus", "description": null, "columns": [{"name": "timestamp", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "success_membership_name", "type": "string", "description": null}, {"name": "success_membership_date", "type": "strin... | CREATE TABLE `nhn`.`vplus` (
`timestamp` string COMMENT 'None',
`memberid` string COMMENT 'None',
`success_membership_name` string COMMENT 'None',
`success_membership_date` string COMMENT 'None',
`success_membership_id` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp39", "description": null, "columns": [{"name": "diff_user", "type": "string", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "sell_cnt", "type": "bigint", "description": null}, {"name": "sell_mony", "type": "double", "description": null}, {"na... | CREATE TABLE `nhn`.`tmp39` (
`diff_user` string COMMENT 'None',
`chnl_id` string COMMENT 'None',
`sell_cnt` bigint COMMENT 'None',
`sell_mony` double COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`sale_mony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_comeback_user2", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "short_term", "type": "string", "description": null}, {"name": "gap_date", "type": "int", "description": null}, {"name": "memberid", "type": "string", "description": null... | CREATE TABLE `nhn`.`poker_comeback_user2` (
`id` string COMMENT 'None',
`short_term` string COMMENT 'None',
`gap_date` int COMMENT 'None',
`memberid` string COMMENT 'None',
`join_date` string COMMENT 'None',
`nru` tinyint COMMENT 'None',
`mket_nm` string COMMENT 'None',
`freeze` tinyint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_comeback_user_classic", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "short_term", "type": "string", "description": null}, {"name": "gap_date", "type": "int", "description": null}, {"name": "hid", "type": "string", "description": nu... | CREATE TABLE `nhn`.`poker_comeback_user_classic` (
`id` string COMMENT 'None',
`short_term` string COMMENT 'None',
`gap_date` int COMMENT 'None',
`hid` string COMMENT 'None',
`join_date` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pocls_no1", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`pocls_no1` (
`brthy` bigint COMMENT 'None',
`sno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pocls_no2", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`pocls_no2` (
`brthy` bigint COMMENT 'None',
`sno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pocls_no3", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`pocls_no3` (
`brthy` bigint COMMENT 'None',
`sno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pocls_no4", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`pocls_no4` (
`brthy` bigint COMMENT 'None',
`sno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "temp_nru", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "nsamt", "type": "double", "description": null}, {"name": "nru_os", "type": "string", "description": null}, {"name": "nru... | CREATE TABLE `nhn`.`temp_nru` (
`userno` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`nru_os` string COMMENT 'None',
`nru_join_d` int COMMENT 'None',
`nru_join_date` string COMMENT 'None',
`nru_month` string COMMENT 'None',
`npu_firstpay_d` int COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "temp_slot", "description": null, "columns": [{"name": "member_id", "type": "string", "description": null}, {"name": "poker", "type": "bigint", "description": null}, {"name": "casino", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`temp_slot` (
`member_id` string COMMENT 'None',
`poker` bigint COMMENT 'None',
`casino` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp202", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "_c2", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "description": null}, {"name": "_c4", "typ... | CREATE TABLE `nhn`.`tmp202` (
`id` string COMMENT 'None',
`nickname` string COMMENT 'None',
`_c2` bigint COMMENT 'None',
`_c3` bigint COMMENT 'None',
`_c4` bigint COMMENT 'None',
`_c5` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "cumul_nsamt", "description": null, "columns": [{"name": "clienttype", "type": "string", "description": null}, {"name": "nsamt", "type": "bigint", "description": null}, {"name": "cumul_nsamt", "type": "bigint", "description": null}, {"name": "date1", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`cumul_nsamt` (
`clienttype` string COMMENT 'None',
`nsamt` bigint COMMENT 'None',
`cumul_nsamt` bigint COMMENT 'None',
`date1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_allin_pansu", "description": null, "columns": [{"name": "work_ymd", "type": "bigint", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "platform", "type": "string", "description": null}, {"name": "allin_pansu", "type": "bigint", "description": nul... | CREATE TABLE `nhn`.`poker_allin_pansu` (
`work_ymd` bigint COMMENT 'None',
`id` string COMMENT 'None',
`platform` string COMMENT 'None',
`allin_pansu` bigint COMMENT 'None',
`pansu` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp203", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "pansu", "type": "bigint", "description": null}, {"name": "win_pansu", "type": "bigint", "description": null}, {"name": "lose_pansu", "type": "bigint", "description": null}, {"name": "... | CREATE TABLE `nhn`.`tmp203` (
`id` string COMMENT 'None',
`pansu` bigint COMMENT 'None',
`win_pansu` bigint COMMENT 'None',
`lose_pansu` bigint COMMENT 'None',
`win_money` bigint COMMENT 'None',
`lose_money` bigint COMMENT 'None',
`dealer_money` bigint COMMENT 'None',
`samt` double COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "hgm_master_freeze_member_jy", "description": null, "columns": [{"name": "iiddxx", "type": "bigint", "description": null}, {"name": "id", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`hgm_master_freeze_member_jy` (
`iiddxx` bigint COMMENT 'None',
`id` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "dealer_sales_renewal", "description": null, "columns": [{"name": "work_d", "type": "bigint", "description": null}, {"name": "end_money2", "type": "bigint", "description": null}, {"name": "work_ym", "type": "string", "description": null}, {"name": "work_ymd", "type": "bigint", "description"... | CREATE TABLE `nhn`.`dealer_sales_renewal` (
`work_d` bigint COMMENT 'None',
`end_money2` bigint COMMENT 'None',
`work_ym` string COMMENT 'None',
`work_ymd` bigint COMMENT 'None',
`type2` string COMMENT 'None',
`total_losemoney2` double COMMENT 'None',
`total_dealermoney2` double COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_money_supply", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "work_ym", "type": "string", "description": null}, {"name": "work_d", "type": "bigint", "description": null}, {"name": "net_money_supply", "type": "double", "descript... | CREATE TABLE `nhn`.`poker_money_supply` (
`work_ymd` string COMMENT 'None',
`work_ym` string COMMENT 'None',
`work_d` bigint COMMENT 'None',
`net_money_supply` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_vms_mv_money", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "mv_money", "type": "double", "description": null}, {"n... | CREATE TABLE `nhn`.`tmp_vms_mv_money` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`mv_money` double COMMENT 'None',
`win_mony` double COMMENT 'None',
`los_mony` double COMMENT 'None',
`cumul_mv_mony` double COMMENT 'None',
`cumul_win_mon... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_dealer_item", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "tot_pay_user", "type": "bigint", "description": null}, ... | CREATE TABLE `nhn`.`vms_dealer_item` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`tot_pay_user` bigint COMMENT 'None',
`v1_pay_user` bigint COMMENT 'None',
`ratio` double COMMENT 'None',
`v1_pay_user_02` bigint COMMENT 'None',
`v1_pay_us... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_dealer_mony", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "v1_dealer_mony_02", "type": "double", "description": nu... | CREATE TABLE `nhn`.`vms_dealer_mony` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`v1_dealer_mony_02` double COMMENT 'None',
`v1_dealer_mony_03` double COMMENT 'None',
`v1_dealer_mony_04` double COMMENT 'None',
`work_ymd` string COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_vms_day", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "v1_user_cnt", "type": "bigint", "description": null}, {"name": "v1_hld_mony", "type": "double", "description": null}, {"name": "v1_los_mony", "type": "double", "description": ... | CREATE TABLE `nhn`.`tmp_vms_day` (
`date1` string COMMENT 'None',
`v1_user_cnt` bigint COMMENT 'None',
`v1_hld_mony` double COMMENT 'None',
`v1_los_mony` double COMMENT 'None',
`v1_win_mony` double COMMENT 'None',
`v1_dealer_mony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_vms_dealer_item", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "v1_pay_user_02", "type": "bigint", "description": n... | CREATE TABLE `nhn`.`tmp_vms_dealer_item` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`v1_pay_user_02` bigint COMMENT 'None',
`v1_pay_user_03` bigint COMMENT 'None',
`v1_pay_user_04` bigint COMMENT 'None',
`v1_pay_user` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_vms_dealer_mony", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, ... | CREATE TABLE `nhn`.`tmp_vms_dealer_mony` (
`work_ymd` string COMMENT 'None',
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`v1_dealer_mony_02` double COMMENT 'None',
`v1_dealer_mony_03` double COMMENT 'None',
`v1_dealer_mony_04` double COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_vms_month1", "description": null, "columns": [{"name": "month1", "type": "string", "description": null}, {"name": "v1_user_cnt", "type": "double", "description": null}, {"name": "v1_hld_mony", "type": "double", "description": null}, {"name": "v1_los_mony", "type": "double", "descriptio... | CREATE TABLE `nhn`.`tmp_vms_month1` (
`month1` string COMMENT 'None',
`v1_user_cnt` double COMMENT 'None',
`v1_hld_mony` double COMMENT 'None',
`v1_los_mony` double COMMENT 'None',
`v1_win_mony` double COMMENT 'None',
`v1_dealer_mony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_day", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "v1_user_cnt", "type": "bigint", "description": null}, {"name": "v1_hld_mony", "type": "double", "description": null}, {"name": "v1_los_mony", "type": "double", "description": null... | CREATE TABLE `nhn`.`vms_day` (
`date1` string COMMENT 'None',
`v1_user_cnt` bigint COMMENT 'None',
`v1_hld_mony` double COMMENT 'None',
`v1_los_mony` double COMMENT 'None',
`v1_win_mony` double COMMENT 'None',
`v1_dealer_mony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_month1", "description": null, "columns": [{"name": "month1", "type": "string", "description": null}, {"name": "v1_user_cnt", "type": "double", "description": null}, {"name": "v1_hld_mony", "type": "double", "description": null}, {"name": "v1_los_mony", "type": "double", "description": ... | CREATE TABLE `nhn`.`vms_month1` (
`month1` string COMMENT 'None',
`v1_user_cnt` double COMMENT 'None',
`v1_hld_mony` double COMMENT 'None',
`v1_los_mony` double COMMENT 'None',
`v1_win_mony` double COMMENT 'None',
`v1_dealer_mony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_v1_end_mony", "description": null, "columns": [{"name": "day1", "type": "string", "description": null}, {"name": "user1", "type": "bigint", "description": null}, {"name": "user2", "type": "bigint", "description": null}, {"name": "v1", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`vms_v1_end_mony` (
`day1` string COMMENT 'None',
`user1` bigint COMMENT 'None',
`user2` bigint COMMENT 'None',
`v1` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pcbang_newuser", "description": null, "columns": [{"name": "attributed_touch_time", "type": "string", "description": null}, {"name": "event_time", "type": "string", "description": null}, {"name": "customer_user_id", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`pcbang_newuser` (
`attributed_touch_time` string COMMENT 'None',
`event_time` string COMMENT 'None',
`customer_user_id` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pcbang_newuser2", "description": null, "columns": [{"name": "attributed_touch_time", "type": "string", "description": null}, {"name": "event_time", "type": "string", "description": null}, {"name": "customer_user_id", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`pcbang_newuser2` (
`attributed_touch_time` string COMMENT 'None',
`event_time` string COMMENT 'None',
`customer_user_id` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pcbang_newuser3", "description": null, "columns": [{"name": "yyyymmdd", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`pcbang_newuser3` (
`yyyymmdd` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mony_mv_take", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "week1", "type": "bigint", "description": null}, {"name": "month1", "type": "int", "description": null}, {"name": "day1", "type": "int", "description": null}, {"name": "joi... | CREATE TABLE `nhn`.`mony_mv_take` (
`memberid` string COMMENT 'None',
`week1` bigint COMMENT 'None',
`month1` int COMMENT 'None',
`day1` int COMMENT 'None',
`joindate` timestamp COMMENT 'None',
`game_pyr_count` bigint COMMENT 'None',
`take_mony` bigint COMMENT 'None',
`take_fee` bigint C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "pcbang_newuser4", "description": null, "columns": [{"name": "yyyymmdd", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`pcbang_newuser4` (
`yyyymmdd` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_rentuser", "description": null, "columns": [{"name": "diff_user", "type": "string", "description": null}, {"name": "diff_ip", "type": "string", "description": null}, {"name": "_c2", "type": "double", "description": null}]} | CREATE TABLE `nhn`.`vms_rentuser` (
`diff_user` string COMMENT 'None',
`diff_ip` string COMMENT 'None',
`_c2` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "poker_main_game_user2", "description": null, "columns": [{"name": "work_d", "type": "bigint", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {... | CREATE TABLE `nhn`.`poker_main_game_user2` (
`work_d` bigint COMMENT 'None',
`id` string COMMENT 'None',
`nickname` string COMMENT 'None',
`game` string COMMENT 'None',
`channel` string COMMENT 'None',
`channel_num` string COMMENT 'None',
`matchno1` string COMMENT 'None',
`client` int CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "purchase_quantity", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "web_client_type", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "descriptio... | CREATE TABLE `nhn`.`purchase_quantity` (
`work_ymd` string COMMENT 'None',
`userid` string COMMENT 'None',
`web_client_type` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`purchase_quantity` bigint COMMENT 'None',
`total_price_sum` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_ip", "description": null, "columns": [{"name": "user_ip", "type": "string", "description": null}, {"name": "ip3", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`vms_ip` (
`user_ip` string COMMENT 'None',
`ip3` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_list", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "pansu", ... | CREATE TABLE `nhn`.`vms_list` (
`id` string COMMENT 'None',
`type` string COMMENT 'None',
`samt` double COMMENT 'None',
`month1` string COMMENT 'None',
`pansu` bigint COMMENT 'None',
`win_pansu` bigint COMMENT 'None',
`lose_pansu` bigint COMMENT 'None',
`win` bigint COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mony_mv_take2", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "week1", "type": "bigint", "description": null}, {"name": "month1", "type": "int", "description": null}, {"name": "day1", "type": "int", "description": null}, {"name": "jo... | CREATE TABLE `nhn`.`mony_mv_take2` (
`memberid` string COMMENT 'None',
`week1` bigint COMMENT 'None',
`month1` int COMMENT 'None',
`day1` int COMMENT 'None',
`joindate` timestamp COMMENT 'None',
`game_pyr_count` bigint COMMENT 'None',
`take_mony` bigint COMMENT 'None',
`take_fee` bigint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp392", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "first_game", "type": "int", "description": null}, {"name": "recent_game", "type": "int", "description": null}, {"name": "diff_day", "type": "int", "description": null}]} | CREATE TABLE `nhn`.`tmp392` (
`memberid` string COMMENT 'None',
`first_game` int COMMENT 'None',
`recent_game` int COMMENT 'None',
`diff_day` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "login_info_sample", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "login_dt", "type": "timestamp", "description": null}]} | CREATE TABLE `nhn`.`login_info_sample` (
`user_id` string COMMENT 'None',
`login_dt` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "naver_channeling_dashboard", "description": null, "columns": [{"name": "dau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "total_nsamt", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "description": null... | CREATE TABLE `nhn`.`naver_channeling_dashboard` (
`dau` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`total_nsamt` double COMMENT 'None',
`pu` bigint COMMENT 'None',
`mau` bigint COMMENT 'None',
`cum_nsamt` double COMMENT 'None',
`cum_pu_cnt` bigint COMMENT 'None',
`cum_arppu` dou... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "naver_channeling_dashboard2", "description": null, "columns": [{"name": "work_d", "type": "bigint", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "channel", "type": "string", "description": nul... | CREATE TABLE `nhn`.`naver_channeling_dashboard2` (
`work_d` bigint COMMENT 'None',
`game` string COMMENT 'None',
`id` string COMMENT 'None',
`channel` string COMMENT 'None',
`channel_num` string COMMENT 'None',
`seed_money` double COMMENT 'None',
`pcbang` string COMMENT 'None',
`crmcode`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_vms_list", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "pansu", "type": "bigint", "description": null}, {"name": "win_pansu", "type": "bigint", "description": null}, {"name": "... | CREATE TABLE `nhn`.`tmp_vms_list` (
`id` string COMMENT 'None',
`type` string COMMENT 'None',
`pansu` bigint COMMENT 'None',
`win_pansu` bigint COMMENT 'None',
`lose_pansu` bigint COMMENT 'None',
`win` bigint COMMENT 'None',
`lose` bigint COMMENT 'None',
`dealer_money` bigint COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_rent_list", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "bigint", "description": null}, {"name": "win", "type": "bigint", "description": null}, {"name": "deal... | CREATE TABLE `nhn`.`tmp_rent_list` (
`id` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` bigint COMMENT 'None',
`win` bigint COMMENT 'None',
`dealer_money` bigint COMMENT 'None',
`dealer_ratio` double COMMENT 'None',
`lose` bigint COMMENT 'None',
`mov_lose` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "temp_may_playhist", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "playcnt", "type": "bigint", "description": null}, {"name": "losemoney_gold", "type": "double", "description": null}, {"name": "work_ymd", "type": "bigint", "descripti... | CREATE TABLE `nhn`.`temp_may_playhist` (
`memberid` string COMMENT 'None',
`playcnt` bigint COMMENT 'None',
`losemoney_gold` double COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "all_in_care_user", "description": null, "columns": [{"name": "field_1", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`all_in_care_user` (
`field_1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "hgm_master_freeze_2nd", "description": null, "columns": [{"name": "id", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`hgm_master_freeze_2nd` (
`id` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp204", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "pansu", "type": "bigint", "description": null}, {"name": "win_pansu", "type": "bigint", "description": null}, {"name": "lose_p... | CREATE TABLE `nhn`.`tmp204` (
`id` string COMMENT 'None',
`type` string COMMENT 'None',
`pansu` bigint COMMENT 'None',
`win_pansu` bigint COMMENT 'None',
`lose_pansu` bigint COMMENT 'None',
`win` bigint COMMENT 'None',
`lose` bigint COMMENT 'None',
`dealer_money` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp222", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "pcbang", "type": "string", "description": null}, {"name": "crmcode", "type": "string", "description": null}, {"name": "lose",... | CREATE TABLE `nhn`.`tmp222` (
`date1` string COMMENT 'None',
`id` string COMMENT 'None',
`pcbang` string COMMENT 'None',
`crmcode` string COMMENT 'None',
`lose` bigint COMMENT 'None',
`win` bigint COMMENT 'None',
`total_cnt` bigint COMMENT 'None',
`use_cnt` bigint COMMENT 'None',
`re... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp390", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "pansu", "type": "bigint", "description": null}, {"name": "win_pansu", "type": "bigint", "description": null}, {"name": "lose_p... | CREATE TABLE `nhn`.`tmp390` (
`id` string COMMENT 'None',
`type` string COMMENT 'None',
`pansu` bigint COMMENT 'None',
`win_pansu` bigint COMMENT 'None',
`lose_pansu` bigint COMMENT 'None',
`win` bigint COMMENT 'None',
`lose` bigint COMMENT 'None',
`dealer_money` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "userhist_v2", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "date1", "type": "bigint", "description": null}, {"name": "time1", "type": "timestamp", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "cl... | CREATE TABLE `nhn`.`userhist_v2` (
`game` string COMMENT 'None',
`date1` bigint COMMENT 'None',
`time1` timestamp COMMENT 'None',
`id` string COMMENT 'None',
`clienttype` int COMMENT 'None',
`start_money` bigint COMMENT 'None',
`change_money` bigint COMMENT 'None',
`end_money` bigint COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "memberno", "description": null, "columns": [{"name": "memberno", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`memberno` (
`memberno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "item_reward_tracking", "description": null, "columns": [{"name": "work_d", "type": "bigint", "description": null}, {"name": "sale_nm", "type": "string", "description": null}, {"name": "eventmoney_sum", "type": "bigint", "description": null}, {"name": "samt_sum", "type": "double", "descript... | CREATE TABLE `nhn`.`item_reward_tracking` (
`work_d` bigint COMMENT 'None',
`sale_nm` string COMMENT 'None',
`eventmoney_sum` bigint COMMENT 'None',
`samt_sum` double COMMENT 'None',
`reward` double COMMENT 'None',
`date1` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_pu", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`tmp_pu` (
`userno` string COMMENT 'None',
`userid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp2345", "description": null, "columns": [{"name": "month2", "type": "string", "description": null}, {"name": "work_d", "type": "bigint", "description": null}, {"name": "id", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`tmp2345` (
`month2` string COMMENT 'None',
`work_d` bigint COMMENT 'None',
`id` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "item_reward_tracking_sub5", "description": null, "columns": [{"name": "prod_seq", "type": "bigint", "description": null}, {"name": "lcls_nm", "type": "string", "description": null}, {"name": "scls_nm", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "descripti... | CREATE TABLE `nhn`.`item_reward_tracking_sub5` (
`prod_seq` bigint COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`scls_nm` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`c_sale_nm` string COMMENT 'None',
`c_sale_cnt` bigint COMMENT 'None',
`c_sale_price` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "sales_summary", "description": null, "columns": [{"name": "month1", "type": "string", "description": null}, {"name": "date1", "type": "string", "description": null}, {"name": "work_d", "type": "bigint", "description": null}, {"name": "total_sales", "type": "bigint", "description": null}, {... | CREATE TABLE `nhn`.`sales_summary` (
`month1` string COMMENT 'None',
`date1` string COMMENT 'None',
`work_d` bigint COMMENT 'None',
`total_sales` bigint COMMENT 'None',
`pc_sales` bigint COMMENT 'None',
`classic_sales` bigint COMMENT 'None',
`google_sales` bigint COMMENT 'None',
`onestor... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "guild_dashboard", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_name", "type": "string", "description": null}, {"name": "state", "type": "tinyint", "description": null}, {"name": "cur_member_count", "type": "int", "description... | CREATE TABLE `nhn`.`guild_dashboard` (
`guild_id` bigint COMMENT 'None',
`guild_name` string COMMENT 'None',
`state` tinyint COMMENT 'None',
`cur_member_count` int COMMENT 'None',
`uv_cnt` bigint COMMENT 'None',
`lose_money_sum` double COMMENT 'None',
`nsamt_sum` double COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization23", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization23` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "guild_dashboard_columns_info2", "description": null, "columns": [{"name": "index", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "information", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`guild_dashboard_columns_info2` (
`index` bigint COMMENT 'None',
`name` string COMMENT 'None',
`information` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "comback_target", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`comback_target` (
`ci` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "comback_target2", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`comback_target2` (
`ci` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "fin", "description": null, "columns": [{"name": "year1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "base_ym", "type": "string", "description": null}, {"name": "idx... | CREATE TABLE `nhn`.`fin` (
`year1` string COMMENT 'None',
`month1` string COMMENT 'None',
`memberid` string COMMENT 'None',
`base_ym` string COMMENT 'None',
`idx` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "item_reward_tracking_sub7", "description": null, "columns": [{"name": "prod_seq", "type": "bigint", "description": null}, {"name": "lcls_nm", "type": "string", "description": null}, {"name": "scls_nm", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "descripti... | CREATE TABLE `nhn`.`item_reward_tracking_sub7` (
`prod_seq` bigint COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`scls_nm` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`c_sale_nm` string COMMENT 'None',
`c_sale_cnt` bigint COMMENT 'None',
`c_sale_price` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "item_user", "description": null, "columns": [{"name": "year1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`item_user` (
`year1` string COMMENT 'None',
`month1` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.