为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】:8 【操作系统】:yinheqil 【CPU】: 【问题描述】*:在使用find_in_set进行count()的时候 报错提示String truncated
提供一下sql select count(1) from ( select e.credit_code from ent_enterprise_iritsu_data e where 1 = 1 and FIND_IN_SET('测试数据进行测试', e.major_ratify_info)
) TOTAL
提供一下sql
select count(1)
from (
select e.credit_code
from ent_enterprise_iritsu_data e
where 1 = 1
and FIND_IN_SET('测试数据进行测试', e.major_ratify_info)
) TOTAL