instruction stringclasses 1
value | input stringlengths 130 7.08k | output stringlengths 66 4.67k |
|---|---|---|
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_member", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "money", "type": "bigint", "description": null}, {"name": "point_sum", "type": "bigint", "descr... | CREATE TABLE `mobile_poker_db`.`msg_guild_member` (
`user_id` string COMMENT 'None',
`guild_seq` bigint COMMENT 'None',
`money` bigint COMMENT 'None',
`point_sum` bigint COMMENT 'None',
`point_attendance` bigint COMMENT 'None',
`point_gacha` bigint COMMENT 'None',
`point_dailymission` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_member_season", "description": null, "columns": [{"name": "year_week", "type": "int", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "rankinggrade", "type": "int"... | CREATE TABLE `mobile_poker_db`.`msg_guild_member_season` (
`year_week` int COMMENT 'None',
`guild_seq` bigint COMMENT 'None',
`user_id` string COMMENT 'None',
`rankinggrade` int COMMENT 'None',
`grade` int COMMENT 'None',
`rank` int COMMENT 'None',
`money` bigint COMMENT 'None',
`reward`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_member_withdraw", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "tno", "type": "string", "description": null}, {"name": "state", "type": "int", "description": null}, {"name": "reg_date", "type": "timestamp", "des... | CREATE TABLE `mobile_poker_db`.`msg_guild_member_withdraw` (
`user_id` string COMMENT 'None',
`tno` string COMMENT 'None',
`state` int COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`complete_date` timestamp COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_notice", "description": null, "columns": [{"name": "notice_seq", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "title", "type": "string", "description": null}, {"name": "content", "type": "string", "desc... | CREATE TABLE `mobile_poker_db`.`msg_guild_notice` (
`notice_seq` bigint COMMENT 'None',
`guild_seq` bigint COMMENT 'None',
`title` string COMMENT 'None',
`content` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`work_ymd` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_occupation_channel", "description": null, "columns": [{"name": "year_week", "type": "int", "description": null}, {"name": "channel_index", "type": "int", "description": null}, {"name": "channel_rank_commission_sum", "type": "bigint", "description": null}, {"name": "ch... | CREATE TABLE `mobile_poker_db`.`msg_guild_occupation_channel` (
`year_week` int COMMENT 'None',
`channel_index` int COMMENT 'None',
`channel_rank_commission_sum` bigint COMMENT 'None',
`channel_commission_update_date` timestamp COMMENT 'None',
`rank` int COMMENT 'None',
`region` int COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_occupation_halloffame", "description": null, "columns": [{"name": "guild_seq", "type": "bigint", "description": null}, {"name": "ranking", "type": "int", "description": null}, {"name": "badge_json_data", "type": "string", "description": null}, {"name": "reg_date", "ty... | CREATE TABLE `mobile_poker_db`.`msg_guild_occupation_halloffame` (
`guild_seq` bigint COMMENT 'None',
`ranking` int COMMENT 'None',
`badge_json_data` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`update_date` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_occupation_halloffame_history", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "guild_badge_json_data", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": ... | CREATE TABLE `mobile_poker_db`.`msg_guild_occupation_halloffame_history` (
`seq` bigint COMMENT 'None',
`guild_badge_json_data` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_occupation_profit", "description": null, "columns": [{"name": "year_week", "type": "int", "description": null}, {"name": "region", "type": "int", "description": null}, {"name": "region_rank", "type": "int", "description": null}, {"name": "tier", "type": "int", "descri... | CREATE TABLE `mobile_poker_db`.`msg_guild_occupation_profit` (
`year_week` int COMMENT 'None',
`region` int COMMENT 'None',
`region_rank` int COMMENT 'None',
`tier` int COMMENT 'None',
`guild_seq_1` bigint COMMENT 'None',
`profit_1` bigint COMMENT 'None',
`guild_seq_2` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_region_chat_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "region_code", "type": "int", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "nickname", "type": "string", "... | CREATE TABLE `mobile_poker_db`.`msg_guild_region_chat_log` (
`seq` bigint COMMENT 'None',
`region_code` int COMMENT 'None',
`user_id` string COMMENT 'None',
`nickname` string COMMENT 'None',
`avatar_id` int COMMENT 'None',
`guild_name` string COMMENT 'None',
`is_master` tinyint COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_region_rank", "description": null, "columns": [{"name": "region", "type": "int", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "guild_count", "type": "int", "description": null}, {"name": "top1000_count", "type": "int", "descript... | CREATE TABLE `mobile_poker_db`.`msg_guild_region_rank` (
`region` int COMMENT 'None',
`rank` int COMMENT 'None',
`guild_count` int COMMENT 'None',
`top1000_count` int COMMENT 'None',
`last_update_time` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_region_system_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "region_code", "type": "int", "description": null}, {"name": "guild_logo", "type": "int", "description": null}, {"name": "type", "type": "int", "descr... | CREATE TABLE `mobile_poker_db`.`msg_guild_region_system_log` (
`seq` bigint COMMENT 'None',
`region_code` int COMMENT 'None',
`guild_logo` int COMMENT 'None',
`type` int COMMENT 'None',
`message` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_season", "description": null, "columns": [{"name": "year_week", "type": "int", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "logo", "type": "int", "description": null}, {"name": "grade", "type": "int", "description": nul... | CREATE TABLE `mobile_poker_db`.`msg_guild_season` (
`year_week` int COMMENT 'None',
`guild_seq` bigint COMMENT 'None',
`logo` int COMMENT 'None',
`grade` int COMMENT 'None',
`rank` int COMMENT 'None',
`master_sno` string COMMENT 'None',
`region` int COMMENT 'None',
`money` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_system_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "type", "type": "int", "description": null}, {"name": "message", "type": "string", "description... | CREATE TABLE `mobile_poker_db`.`msg_guild_system_log` (
`seq` bigint COMMENT 'None',
`guild_seq` bigint COMMENT 'None',
`type` int COMMENT 'None',
`message` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_guild_weekly_reward", "description": null, "columns": [{"name": "year_week", "type": "int", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "guildgrade", "type": "int", ... | CREATE TABLE `mobile_poker_db`.`msg_guild_weekly_reward` (
`year_week` int COMMENT 'None',
`guild_seq` bigint COMMENT 'None',
`user_id` string COMMENT 'None',
`guildgrade` int COMMENT 'None',
`rankinggrade` int COMMENT 'None',
`grade` int COMMENT 'None',
`rank` int COMMENT 'None',
`guild... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "v_restriction_user", "description": null, "columns": [{"name": "event_id", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "event_date", "type": "timestamp", "descri... | CREATE TABLE `mobile_poker_db`.`v_restriction_user` (
`event_id` string COMMENT 'None',
`sno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`event_date` timestamp COMMENT 'None',
`nickname` string COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`ival1` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "msg_replay_recommend_tmp", "description": null, "columns": [{"name": "recommend_id", "type": "bigint", "description": null}, {"name": "replay_id", "type": "bigint", "description": null}, {"name": "is_best", "type": "tinyint", "description": null}, {"name": "view_nickname", "typ... | CREATE TABLE `mobile_poker_db`.`msg_replay_recommend_tmp` (
`recommend_id` bigint COMMENT 'None',
`replay_id` bigint COMMENT 'None',
`is_best` tinyint COMMENT 'None',
`view_nickname` string COMMENT 'None',
`view_avatar_id` int COMMENT 'None',
`game_type` tinyint COMMENT 'None',
`room_type` t... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "baduki_ranking_league_season", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "season", "type": "string", "description": null}, {"name": "season_year", "type": "int", "description": null}, {"name": "season_num", "type": "int", ... | CREATE TABLE `mobile_poker_db`.`baduki_ranking_league_season` (
`seq` bigint COMMENT 'None',
`season` string COMMENT 'None',
`season_year` int COMMENT 'None',
`season_num` int COMMENT 'None',
`state` smallint COMMENT 'None',
`join_user_cnt` int COMMENT 'None',
`start_date` timestamp COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "baduki_ranking_sub_league_season", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "season_seq", "type": "bigint", "description": null}, {"name": "league", "type": "smallint", "description": null}, {"name": "league_num", "type":... | CREATE TABLE `mobile_poker_db`.`baduki_ranking_sub_league_season` (
`seq` bigint COMMENT 'None',
`season_seq` bigint COMMENT 'None',
`league` smallint COMMENT 'None',
`league_num` int COMMENT 'None',
`league_name` string COMMENT 'None',
`total_user_cnt` int COMMENT 'None',
`total_reward` big... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "baduki_ranking_user", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "last_season_seq", "type": "bigint", "description": null}, {"name": "best_season_seq", "type": "bigint", "description": null}, {"name": "alert_season_seq", "t... | CREATE TABLE `mobile_poker_db`.`baduki_ranking_user` (
`sno` bigint COMMENT 'None',
`last_season_seq` bigint COMMENT 'None',
`best_season_seq` bigint COMMENT 'None',
`alert_season_seq` bigint COMMENT 'None',
`total_acc_reward` bigint COMMENT 'None',
`bronze_join` int COMMENT 'None',
`bronze_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_db", "table": "baduki_ranking_user_season", "description": null, "columns": [{"name": "season_seq", "type": "bigint", "description": null}, {"name": "sub_league_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "league", "type": "sma... | CREATE TABLE `mobile_poker_db`.`baduki_ranking_user_season` (
`season_seq` bigint COMMENT 'None',
`sub_league_id` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`league` smallint COMMENT 'None',
`season` string COMMENT 'None',
`dealer_money` bigint COMMENT 'None',
`win` int COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "db_endp_sale_d01", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "descri... | CREATE TABLE `mobile_poker_dw`.`db_endp_sale_d01` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`userno`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "db_endp_sale_hist", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "de... | CREATE TABLE `mobile_poker_dw`.`db_endp_sale_hist` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`sale_c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "db_game_payr_mtr", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": null}, {"name": "lst_pay_ymd", "type": "string... | CREATE TABLE `mobile_poker_dw`.`db_game_payr_mtr` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`fst_pay_ymd` string COMMENT 'None',
`lst_pay_ymd` string COMMENT 'None',
`userno` bigint COMMENT 'None',
`custno` bigint COMMENT 'None',
`prod_seq` string COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "db_prod_sale_hist", "description": null, "columns": [{"name": "work_hh", "type": "string", "description": null}, {"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "de... | CREATE TABLE `mobile_poker_dw`.`db_prod_sale_hist` (
`work_hh` string COMMENT 'None',
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`pay_mns_cd` string COMMENT 'None',
`atmt_pay_yn` string COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dc_prod_cd_mtr", "description": null, "columns": [{"name": "prod_seq", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "descripti... | CREATE TABLE `mobile_poker_dw`.`dc_prod_cd_mtr` (
`prod_seq` string COMMENT 'None',
`prodid` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`sale2_cd` string COMMENT 'None',
`cpid` string COMMENT 'None',
`cp_nm` string COMMENT 'None',
`svc_seq` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_bdki_user_mtr", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "desc... | CREATE TABLE `mobile_poker_dw`.`dg_bdki_user_mtr` (
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`join_dt` string COMMENT 'None',
`lst_login_dt` string COMMENT 'None',
`lst_game_dt` string COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_game_cm_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "lst_game_dt", "type": "string", "description": null}, {"name": "cm_vit_dcnt", "type": "bi... | CREATE TABLE `mobile_poker_dw`.`dg_game_cm_user_d01_mblg` (
`userno` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`lst_game_dt` string COMMENT 'None',
`cm_vit_dcnt` bigint COMMENT 'None',
`cm_samt` double COMMENT 'None',
`cm_ptm` bigint COMMENT 'None',
`cm_conn_tcnt` bigint COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_game_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "hgid_mapng_yn", "type": "str... | CREATE TABLE `mobile_poker_dw`.`dg_game_user_d01_mblg` (
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`hgid_mapng_yn` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_game_hist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "svr_no", "type": "bigint", "description": null}, {"name": "room_no", "type": "bigint", "description... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_game_hist` (
`seq` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`svr_no` bigint COMMENT 'None',
`room_no` bigint COMMENT 'None',
`scr_per_gmony` bigint COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`strt_dt` string COMMENT 'None',
`e... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_game_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "sngl_game_use_yn", "type": "stri... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_game_user_d01` (
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`sngl_game_use_yn` string COMMENT 'None',
`game_grd_tp_cd` string COMMENT 'None',
`rat_join_dt` string COMMENT 'None',
`join_prd_cd` stri... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_game_user_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "mbr_stat_cd", "type": "string", "description": null}, {"name": "app_id", "type": "string", "de... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_game_user_mtr` (
`st_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`mbr_stat_cd` string COMMENT 'None',
`app_id` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`lst_login_dt` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_itm_p_hist", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "pay_mthd_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint",... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_itm_p_hist` (
`item_id` string COMMENT 'None',
`userno` string COMMENT 'None',
`pay_mthd_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`st_cd` string COMMENT 'None',
`pay_cnt` bigint COMMENT 'None',
`pay_coin` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_login_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "zone_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "descrip... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_login_hist` (
`log_dt` string COMMENT 'None',
`zone_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`game_no` bigint COMMENT 'None',
`mket_cd` string COMMENT 'None',
`dev_key` string COMMENT 'None',
`dev_mdl` string COMMENT 'None',
`os_c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_mony_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "desc... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_mony_hist` (
`userno` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`chg_amt` bigint COMMENT 'None',
`st_cd` string COMMENT 'None',
`gam... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_po_evnt_hist", "description": null, "columns": [{"name": "evnt_id", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "log_tp_cd", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "des... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_po_evnt_hist` (
`evnt_id` string COMMENT 'None',
`userno` string COMMENT 'None',
`log_tp_cd` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`num_val1` bigint COMMENT 'None',
`num_val2` bigint COMMENT 'None',
`num_val3` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "sex_cd", "type": "string", "descr... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_user_d01` (
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_login_prd_cd` string COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_user_hist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description":... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_user_hist` (
`seq` string COMMENT 'None',
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`ptm_ss` double COMMENT 'None',
`room_bos_yn` string COMMENT 'None',
`bef_gm... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_po_mini_game_hist", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "mini_game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint", "... | CREATE TABLE `mobile_poker_dw`.`dg_po_mini_game_hist` (
`game_cd` string COMMENT 'None',
`mini_game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`userno` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`get_gmony` bigint COMMENT 'None',
`los_gmony` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_user_adid_mapng_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "descri... | CREATE TABLE `mobile_poker_dw`.`dg_user_adid_mapng_d01` (
`game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`adid` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`idp_cd` string COMMENT 'None',
`idp_userno` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`ag... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_cmbck_cntu_use_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "strt_ymd", "type": "string", "description": null}, {"name": "rettn_tp_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "big... | CREATE TABLE `mobile_poker_dw`.`sg_cmbck_cntu_use_sd02` (
`game_cd` string COMMENT 'None',
`strt_ymd` string COMMENT 'None',
`rettn_tp_cd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`os_cd` string COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_game_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint",... | CREATE TABLE `mobile_poker_dw`.`sg_game_cntu_use_sd01` (
`strt_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`dd_pcnt` bigint COMMENT 'None',
`dd_ptm` double COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_game_cntu_use_sd02", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", ... | CREATE TABLE `mobile_poker_dw`.`sg_game_cntu_use_sd02` (
`strt_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`dd_use_cyc` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`dd_pcnt` bigint COMMENT 'None',
`dd_ptm` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_game_cntu_use_sd03", "description": null, "columns": [{"name": "join_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "string", "description": null}, {"name": "dd_ucnt", "type": "bigint",... | CREATE TABLE `mobile_poker_dw`.`sg_game_cntu_use_sd03` (
`join_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`dd_use_cyc` string COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_game_dev_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "strin... | CREATE TABLE `mobile_poker_dw`.`sg_game_dev_cntu_use_sd01` (
`strt_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_game_mblg_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_zn_cd", "type": "string", "descrip... | CREATE TABLE `mobile_poker_dw`.`sg_game_mblg_sd01` (
`game_cd` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`hg_id_yn` string COMMENT 'None',
`game_grd_tp_cd` string COMMENT 'None',
`pcnt_secn_cd` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_game_wkly_user_sw01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_zn_cd", "type": "string", "description": null}, {"name": "lv_secn_cd", "type": "string"... | CREATE TABLE `mobile_poker_dw`.`sg_game_wkly_user_sw01` (
`game_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`lv_secn_cd` string COMMENT 'None',
`wkly_ptm_zn_cd` string COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`wkly_new_ucnt` bigint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigint", "des... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_game_sd01` (
`game_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
`pcnt` bigint COMMENT 'None',
`d... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_game_u_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigint", "d... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_game_u_sd01` (
`game_cd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`plyr_cnt` bigint COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_item_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "description": null}, {"name": "tp_cd", "type": "string", "desc... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_item_sd01` (
`game_cd` string COMMENT 'None',
`item_id` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`tp_cd` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_login_sd01", "description": null, "columns": [{"name": "zone_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "hsp_ver", "type": "string", "descrip... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_login_sd01` (
`zone_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`hsp_ver` string COMMENT 'None',
`game_clnt_ver` string COMMENT 'None',
`ntwk_tp` string COMMENT 'None',
`telecom` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_lv_rch_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "join_ymd", "type": "string", "description": null}, {"name": "join_elps_dcnt", "type": "bigint", "description": null}, {"name": "lv_cd", "type": "string",... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_lv_rch_sd01` (
`game_cd` string COMMENT 'None',
`join_ymd` string COMMENT 'None',
`join_elps_dcnt` bigint COMMENT 'None',
`lv_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mket_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_mony_sd01", "description": null, "columns": [{"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", ... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_mony_sd01` (
`tp_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
`ltr_etc3` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_po_draw_sd01", "description": null, "columns": [{"name": "mach_knd_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "draw_tcnt_tp_cd", "type": "bigint", "description": null}, {"name": "draw_cnt", "type":... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_po_draw_sd01` (
`mach_knd_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`draw_tcnt_tp_cd` bigint COMMENT 'None',
`draw_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None',
`work_dt` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_po_rnk_sd01", "description": null, "columns": [{"name": "game_leag", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "de... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_po_rnk_sd01` (
`game_leag` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`los_mony` bigint COMMENT 'None',
`out_mony` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_po_mini_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "mini_game_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint"... | CREATE TABLE `mobile_poker_dw`.`sg_po_mini_game_sd01` (
`game_cd` string COMMENT 'None',
`mini_game_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`get_gmony` bigint COMMENT 'None',
`los_gmony` bigint COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_std_indr_cntu_sw01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "end_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "wkly_use_cyc", "type": "string... | CREATE TABLE `mobile_poker_dw`.`sg_std_indr_cntu_sw01` (
`strt_ymd` string COMMENT 'None',
`end_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`wkly_use_cyc` string COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`wkly_pcnt` bigint COMMENT 'None',
`wkly_ptm` double COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_std_indr_endp_sale_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "d... | CREATE TABLE `mobile_poker_dw`.`sg_std_indr_endp_sale_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`cat1` string COMMENT 'None',
`cat2` string COMMENT 'None',
`cat3` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`lcl... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_std_indr_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "descript... | CREATE TABLE `mobile_poker_dw`.`sg_std_indr_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`uv_cn... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_std_indr_sd02", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "descript... | CREATE TABLE `mobile_poker_dw`.`sg_std_indr_sd02` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`hgid_mapng_yn` string COMMENT 'None',
`mket_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_char_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "char_tp_cd", "type": "string", "description": null}, {"name": "char_lv", "type": "string", "description": null}, {"name": "char_cnt", "type": "bigint", "de... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_char_sd01` (
`game_cd` string COMMENT 'None',
`char_tp_cd` string COMMENT 'None',
`char_lv` string COMMENT 'None',
`char_cnt` bigint COMMENT 'None',
`tdd_use_char_cnt` bigint COMMENT 'None',
`tdd_new_char_cnt` bigint COMMENT 'None',
`hld_coin` bigint C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mblg_item_hld_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "description": null}, {"name": "act_user_yn", "type": "string", "description": null}, {"name": "item_tp_cd", "type": "s... | CREATE TABLE `mobile_poker_dw`.`sg_mblg_item_hld_sd01` (
`game_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`act_user_yn` string COMMENT 'None',
`item_tp_cd` string COMMENT 'None',
`item_id` string COMMENT 'None',
`hld_cnt` bigint COMMENT 'None',
`num_etc1` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_std_indr_new_user_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "new_user_cnt", "type": "bigint", "description": null}, {"name": "join8d_vit_cnt", "type"... | CREATE TABLE `mobile_poker_dw`.`sg_std_indr_new_user_sd01` (
`game_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`new_user_cnt` bigint COMMENT 'None',
`join8d_vit_cnt` bigint COMMENT 'None',
`join8d_samt` double COMMENT 'None',
`join31d_samt` double COMMENT 'None',
`infl_chnl_cd... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_adid_use_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "lst_dt", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description":... | CREATE TABLE `mobile_poker_dw`.`dg_adid_use_d01` (
`game_cd` string COMMENT 'None',
`adid` string COMMENT 'None',
`lst_dt` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_game_adid_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "inflw_dt", "type": "string", "description": null}, {"name": "lst_dt", "type": "string", "descriptio... | CREATE TABLE `mobile_poker_dw`.`dg_game_adid_d01` (
`game_cd` string COMMENT 'None',
`adid` string COMMENT 'None',
`inflw_dt` string COMMENT 'None',
`lst_dt` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`idp_cd` string COMMENT 'None',
`idp_userno`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_game_adid_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "act_tp_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "descrip... | CREATE TABLE `mobile_poker_dw`.`sg_game_adid_sd01` (
`game_cd` string COMMENT 'None',
`act_tp_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`cm_user` bigint COMMENT 'None',
`new_uc... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dc_grp_cd_d01", "description": null, "columns": [{"name": "grp_cd", "type": "string", "description": null}, {"name": "grp_nm", "type": "string", "description": null}, {"name": "grp_eng_nm", "type": "string", "description": null}, {"name": "cd_len", "type": "string", "descriptio... | CREATE TABLE `mobile_poker_dw`.`dc_grp_cd_d01` (
`grp_cd` string COMMENT 'None',
`grp_nm` string COMMENT 'None',
`grp_eng_nm` string COMMENT 'None',
`cd_len` string COMMENT 'None',
`cd_tp_cd` string COMMENT 'None',
`grp_scls_cd` string COMMENT 'None',
`grp_mcls_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "md_tbl_d01", "description": null, "columns": [{"name": "dbname", "type": "string", "description": null}, {"name": "tbl_nm", "type": "string", "description": null}, {"name": "entt_nm", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": n... | CREATE TABLE `mobile_poker_dw`.`md_tbl_d01` (
`dbname` string COMMENT 'None',
`tbl_nm` string COMMENT 'None',
`entt_nm` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`tbl_tp_cd` string COMMENT 'None',
`tbl_stat_cd` string COMMENT 'None',
`work_hh` string COMMENT 'None',
`sms_ch... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_mis_mblg_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_nm", "type": "string", "description": null}, {"name": "mcu", "type": "bigint", "description": null}, {"name": "cm_ucnt", "type": "bigint", "descri... | CREATE TABLE `mobile_poker_dw`.`sg_mis_mblg_game_sd01` (
`game_cd` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`mcu` bigint COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`samt` double COMMENT 'None',
`nsam... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "vi_sg_mis_game_sd01", "description": null, "columns": [{"name": "game_nm", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description": null}, {"name": "mcu", "type": "bigint", "description": null}, {"name": "cm_ucnt", "type": "bigint", "descript... | CREATE TABLE `mobile_poker_dw`.`vi_sg_mis_game_sd01` (
`game_nm` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcu` bigint COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`mm_cm_ucnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_itm_u_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "rsn_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint", "des... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_itm_u_hist` (
`userno` string COMMENT 'None',
`item_id` string COMMENT 'None',
`rsn_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`st_cd` string COMMENT 'None',
`use_cnt` bigint COMMENT 'None',
`use_qty` bigint COMMENT 'None',
`nu... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_po_2u_game_hist", "description": null, "columns": [{"name": "game_mode", "type": "string", "description": null}, {"name": "game_knd_cd", "type": "bigint", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "userid1", "type": "string", "des... | CREATE TABLE `mobile_poker_dw`.`dg_po_2u_game_hist` (
`game_mode` string COMMENT 'None',
`game_knd_cd` bigint COMMENT 'None',
`seq` bigint COMMENT 'None',
`userid1` string COMMENT 'None',
`chg_mony1` double COMMENT 'None',
`userid2` string COMMENT 'None',
`chg_mony2` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_po_v1_objr_game_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "description": null}, {"name": "user_tp_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint"... | CREATE TABLE `mobile_poker_dw`.`sg_po_v1_objr_game_sd02` (
`game_cd` string COMMENT 'None',
`game_tp_cd` string COMMENT 'None',
`user_tp_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`tcnt` bigint COMMENT 'None',
`pcnt` bigint COMMENT 'None',
`mony` double COMMENT 'None',
`wor... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_po_v1_objr_game_sd03", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "description": null}, {"name": "user_tp_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint"... | CREATE TABLE `mobile_poker_dw`.`sg_po_v1_objr_game_sd03` (
`game_cd` string COMMENT 'None',
`game_tp_cd` string COMMENT 'None',
`user_tp_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`tcnt` bigint COMMENT 'None',
`pcnt` bigint COMMENT 'None',
`mony` double COMMENT 'None',
`wor... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_std_indr_sw01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "descript... | CREATE TABLE `mobile_poker_dw`.`sg_std_indr_sw01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`avg_u... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dc_game_app_mapng_mtr", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "tc_pjt_id", "type": "string", "description": null}, {"name": "ta_app_key", "type": "string", "description": null}, {"name": "appgd_app_key", "type": "s... | CREATE TABLE `mobile_poker_dw`.`dc_game_app_mapng_mtr` (
`game_cd` string COMMENT 'None',
`tc_pjt_id` string COMMENT 'None',
`ta_app_key` string COMMENT 'None',
`appgd_app_key` string COMMENT 'None',
`log_crash_app_key` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_bdki_high_rnk_sale_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "description": null}, {"name": "prod_nm", "type": "string",... | CREATE TABLE `mobile_poker_dw`.`dg_bdki_high_rnk_sale_hist` (
`userno` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`lcls_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_bdki_high_rnk_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "mket_cd", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "... | CREATE TABLE `mobile_poker_dw`.`dg_bdki_high_rnk_user_d01` (
`userno` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mket_cd` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_vst_dt` string COMMENT 'None',
`lst_vst_prd_cd` string COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_bdki_high_rnk_user_join_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "lst_vst_dt", "type": "string", "description": null}, {"name": "bdd_lst_vst_dt", "ty... | CREATE TABLE `mobile_poker_dw`.`dg_bdki_high_rnk_user_join_d01` (
`userno` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`lst_vst_dt` string COMMENT 'None',
`bdd_lst_vst_dt` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_game_mm_user_m01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "new_join_yn", "type": "string", "description": null}, {"name": "mm_user_pcnt", "type": "bigint", "description": null}, {"name": "mm_vst_dcnt", "type": "bi... | CREATE TABLE `mobile_poker_dw`.`dg_game_mm_user_m01` (
`userno` string COMMENT 'None',
`new_join_yn` string COMMENT 'None',
`mm_user_pcnt` bigint COMMENT 'None',
`mm_vst_dcnt` bigint COMMENT 'None',
`mm_ptm` double COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`userid` string COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_certi_d01", "description": null, "columns": [{"name": "certi_sys_cd", "type": "string", "description": null}, {"name": "idp_cd", "type": "string", "description": null}, {"name": "idp_userno", "type": "string", "description": null}, {"name": "gbase_app_id", "type": "stri... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_certi_d01` (
`certi_sys_cd` string COMMENT 'None',
`idp_cd` string COMMENT 'None',
`idp_userno` string COMMENT 'None',
`gbase_app_id` string COMMENT 'None',
`idp_certi_dt` string COMMENT 'None',
`userno` string COMMENT 'None',
`mbr_stat_cd` string COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_game_dev_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "dev_key", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "descri... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_game_dev_d01` (
`game_cd` string COMMENT 'None',
`dev_key` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_game_dt` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_game_user_d01_for_upp", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "sngl_game_use_yn", "type... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_game_user_d01_for_upp` (
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`sngl_game_use_yn` string COMMENT 'None',
`game_grd_tp_cd` string COMMENT 'None',
`rat_join_dt` string COMMENT 'None',
`join_prd_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "dg_mblg_item_hld_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_tp_cd", "type": "string", "des... | CREATE TABLE `mobile_poker_dw`.`dg_mblg_item_hld_mtr` (
`st_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`item_id` string COMMENT 'None',
`item_tp_cd` string COMMENT 'None',
`hld_cnt` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`num_etc1` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_guild_hist", "description": null, "columns": [{"name": "ranking_league", "type": "string", "description": null}, {"name": "guild_cnt", "type": "bigint", "description": null}, {"name": "new_cnt", "type": "bigint", "description": null}, {"name": "end_cnt", "type": "bigint... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_guild_hist` (
`ranking_league` string COMMENT 'None',
`guild_cnt` bigint COMMENT 'None',
`new_cnt` bigint COMMENT 'None',
`end_cnt` bigint COMMENT 'None',
`occu_guild_cnt` bigint COMMENT 'None',
`occu_member_cnt` bigint COMMENT 'None',
`occu_participat... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint", "description": null}, {"name": "work_ymd", "type":... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_cntu_use_sd01` (
`strt_ymd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_game_sd01", "description": null, "columns": [{"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint"... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_game_sd01` (
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`allin_tcnt` bigint COMMENT 'None',
`los_mony` double COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_game_sm01", "description": null, "columns": [{"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint"... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_game_sm01` (
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`allin_tcnt` bigint COMMENT 'None',
`los_mony` bigint COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_game_sw01", "description": null, "columns": [{"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint"... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_game_sw01` (
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`allin_tcnt` bigint COMMENT 'None',
`los_mony` double COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_item_sd01", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "qty", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "de... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_item_sd01` (
`item_id` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`qty` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_mony_sd01", "description": null, "columns": [{"name": "mony", "type": "bigint", "description": null}, {"name": "coin", "type": "bigint", "description": null}, {"name": "fchg_coin", "type": "bigint", "description": null}, {"name": "ltr_etc1", "type": "string", "... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_mony_sd01` (
`mony` bigint COMMENT 'None',
`coin` bigint COMMENT 'None',
`fchg_coin` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`num_etc1` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_mony_vari_sd01", "description": null, "columns": [{"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "description": null}, {"name": "ltr_etc1", "type":... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_mony_vari_sd01` (
`tp_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`chg_amt` bigint COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_new_pu_sd01", "description": null, "columns": [{"name": "prod_nm", "type": "string", "description": null}, {"name": "join_elps_dcnt", "type": "bigint", "description": null}, {"name": "fst_samt", "type": "bigint", "description": null}, {"name": "pu", "type": "bi... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_new_pu_sd01` (
`prod_nm` string COMMENT 'None',
`join_elps_dcnt` bigint COMMENT 'None',
`fst_samt` bigint COMMENT 'None',
`pu` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_pu_sm01", "description": null, "columns": [{"name": "market", "type": "string", "description": null}, {"name": "sumry_lv", "type": "int", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "new_pu", "type": "bigint", "descript... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_pu_sm01` (
`market` string COMMENT 'None',
`sumry_lv` int COMMENT 'None',
`pu` bigint COMMENT 'None',
`new_pu` bigint COMMENT 'None',
`cntnu_pu` bigint COMMENT 'None',
`cmbck_pu` bigint COMMENT 'None',
`secd_pu` bigint COMMENT 'None',
`wor... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_sale_sd01", "description": null, "columns": [{"name": "sumry_lv", "type": "int", "description": null}, {"name": "market", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "d... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_sale_sd01` (
`sumry_lv` int COMMENT 'None',
`market` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`samt` bigint COMMENT 'None',
`nsamt... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_sale_sm01", "description": null, "columns": [{"name": "sumry_lv", "type": "int", "description": null}, {"name": "market", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "d... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_sale_sm01` (
`sumry_lv` int COMMENT 'None',
`market` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`samt` bigint COMMENT 'None',
`nsamt... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_sale_sw01", "description": null, "columns": [{"name": "sumry_lv", "type": "int", "description": null}, {"name": "market", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "d... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_sale_sw01` (
`sumry_lv` int COMMENT 'None',
`market` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`samt` bigint COMMENT 'None',
`nsamt... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_sumry_cntr_sd01", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "mcu", "type": "bigint", "description": null}, {"name": "uv_cnt", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_sumry_cntr_sd01` (
`nat_cd` string COMMENT 'None',
`mcu` bigint COMMENT 'None',
`uv_cnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`4wkly_ucnt` bigint COMMENT 'None',
`nsamt` double COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_sumry_sd01", "description": null, "columns": [{"name": "mcu", "type": "bigint", "description": null}, {"name": "uv_cnt", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint", "description": null}, {"name": "wkly_ucnt", "type": "bigint",... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_sumry_sd01` (
`mcu` bigint COMMENT 'None',
`uv_cnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`4wkly_ucnt` bigint COMMENT 'None',
`nsamt` double COMMENT 'None',
`samt` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_user_sd01", "description": null, "columns": [{"name": "dau", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint", "description": null}, {"name": "secd_ucnt", "type": "bigint", "description": null}, {"name": "cmbck_ucnt", "type": "bigin... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_user_sd01` (
`dau` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`secd_ucnt` bigint COMMENT 'None',
`cmbck_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_poker_dw", "table": "sg_bdki_high_rnk_user_sm01", "description": null, "columns": [{"name": "mau", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint", "description": null}, {"name": "secd_ucnt", "type": "bigint", "description": null}, {"name": "cmbck_ucnt", "type": "bigin... | CREATE TABLE `mobile_poker_dw`.`sg_bdki_high_rnk_user_sm01` (
`mau` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`secd_ucnt` bigint COMMENT 'None',
`cmbck_ucnt` bigint COMMENT 'None',
`work_ym` string COMMENT 'None'
); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.