SELECT * FROM `ORASE` ORDER BY `Populatie` SELECT `Tara`, COUNT(`Nume`) FROM `ORASE` GROUP BY `Tara` UPDATE `ORASE` SET `Populatie`=`Populatie`*1.01