Re: Высчитать процент и занести в массив Код (Text): SELECT result, result_max, 100 * result / result_max as percent FROM `table`