========================2021-06-29 14:35:12======================== noteurl_start parm_app_code = 039 parm_pc_name = ¿À»ó¿¬ parm_os_type = 110 parm_screen_w = 1920 parm_screen_h = 1080 parm_user_mac = 2CF05DD89CD4F2482994 sCDKey = 488871538267 sName = ¿À»ó¿¬ ========================2021-06-29 14:35:12======================== SELECT r.license_pc, r.user_id, count(d.cdkey) AS cdnum FROM regist_user r LEFT JOIN mac_detail d ON r.cdkey = d.cdkey WHERE r.cdkey = '488871538267' AND r.app_code = '039' AND r.app_block = 0 ========================2021-06-29 14:35:12======================== SELECT CONCAT(Mcompany,'[', Mname,']') FROM member WHERE MID = 'sinseungodh' ========================2021-06-29 14:35:12======================== SELECT idx FROM macs WHERE mac_addr = '2CF05DD89CD4F2482994' AND app_code = '039' ========================2021-06-29 14:35:12======================== UPDATE macs SET app_rgsted = 1, uninstalled = 0 WHERE idx = '346391' ========================2021-06-29 14:35:12======================== SELECT mac_idx FROM mac_detail WHERE mac_idx = '346391' ========================2021-06-29 14:35:12======================== INSERT INTO mac_detail ( mac_idx, mac_addr, app_code, pc_name, os_type, screen_w, screen_h, user_id, user_name , cdkey ) VALUES ( '346391', '2CF05DD89CD4F2482994', '039', '¿À»ó¿¬', '110', '1920', '1080', 'sinseungodh', '½Å½ÂÁ¤¹Ð[¿Àµ¿È¯]', '488871538267' )