/最新注册用户【非中日】 /

    1. SELECT FROM_UNIXTIME(mt.register_time/1000,('%Y-%m-%d %H:%i:%S')) AS '注册时间',`user_id` AS '用户ID',`user_name` AS '用户名',`telephone_code`AS '手机区号',`telephone` AS '电话',`email` AS '邮箱',`country_id` AS '国家代码',mt.language, mt.register_channel
    2. FROM `management`.`t_trade_user` as mt
    3. join `management`.`t_country_info` as tc
    4. on mt.country_code=tc.id
    5. WHERE `country_code`<>86 and language<>'ZH-CN' and language<>'JA'
    6. ORDER BY register_time DESC