/最新注册用户【非中日】 /
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_channelFROM `management`.`t_trade_user` as mtjoin `management`.`t_country_info` as tcon mt.country_code=tc.idWHERE `country_code`<>86 and language<>'ZH-CN' and language<>'JA'ORDER BY register_time DESC
