如何用SQL统计某个字符在一个字符串中出现的次数

select len(replace(column,'-','--'))-len(column)
原文地址:https://www.cnblogs.com/forthelichking/p/5138964.html