例:获取account_name字段中‘_’的个数
select length(account_name) - length(REPLACE (account_name, '_', '')) from user