I have a table called POST
CREATE TABLE `post` ( `IDpost` int(11) NOT NULL AUTO_INCREMENT, `titoloPost` varchar(25) DEFAULT NULL, `data` date DEFAULT NULL,