select doll_name,
type,
value
concat(
left(get /(get+ fall)*100, 5), '%') as 抓取概率
from doll_conf
select doll_name,
type,
value
concat(
left(get /(get+ fall)*100, 5), '%') as 抓取概率
from doll_conf
转载于:https://www.cnblogs.com/dengyg200891/p/6907695.html