1 post
1
2
38
Well, I have the following table: CREATE TABLE `chamado` ( `id` int(11) NOT NULL, `nomechamado` varchar(25) COLLATE utf8_unicode_ci NOT NULL, `tipochamado` varchar(25) COLLATE utf8_unicode_ci NOT…