Good night guys, I'm using this table
CREATE TABLE `rankpvp01` (
`char_id` int(11) NOT NULL,
`name` varchar(23) DEFAULT NULL,
`kills_pvp1` int(11) DEFAULT NULL,
`deaths_pvp1` int(11) DEFAULT NULL,
`saldo_pvp1` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
and the...