22.11.2017, 10:52
Bom dia galera, Tem alguma forma de inserir uma "categoria" em uma tabela jб existente por codigos ?? Sem ser deletar a tabela e deixar ela criar as categoria tudo automatico ??
Exemplo
CREATE TABLE IF NOT EXISTS `teste`(`categoria1`, `categoria2`) VALUES(`Cat1`, `Cat2`);
CRIARNOVACATEGORIA `teste`(`categoria3`) VALUES(`Cat3`);
Exemplo
CREATE TABLE IF NOT EXISTS `teste`(`categoria1`, `categoria2`) VALUES(`Cat1`, `Cat2`);
CRIARNOVACATEGORIA `teste`(`categoria3`) VALUES(`Cat3`);