blob转化string

321 阅读1分钟

blob转化string

select * from ( select flowId,id,convert(data using utf8) as url from node ) as t where url like '%education_bussiness.sh%'