mysql去重后显示BLOB格式

用 select  cast(content as char) from table可以解决

 select DISTINCT CAST(phone as char)  from (SELECT  AES_DECRYPT(from_base64(mobile ), 'YYUANSecretKey*&') phone
  FROM ims_industry_members where mobile is NOT  NULL and mobile!=""  ) as member where phone LIKE "%*%"

 

 

posted @ 2021-02-03 17:33  下饭  阅读(311)  评论(0编辑  收藏  举报