SQL获取字段html代码中的img标签图片文件的路径

SELECT SUBSTRING(Description,0,PATINDEX('%"%',Description) as f
from(
select 
substring(InfoContent,patindex('%src="%',InfoContent)+5,patindex('%src="%',InfoContent)+5+PATINDEX('%" />%',substring(InfoContent,patindex('%src="%',InfoContent),len(InfoContent)-patindex('%src="%',InfoContent)))) as Description
from Tang_Information) as img
原文地址:https://www.cnblogs.com/mikel/p/2980648.html