mysql查询某字段中某个字符出现的次数

    技术2022-07-17  79

    select length(type)-length(replace(type,')',''))

    Processed: 0.008, SQL: 10