Estou tentando criar outra tabela na mesma data base controle compras:
CREATE TABLE FUNCIONARIOS (NOME VARCHAR(100) NOT NULL, CARGO ENUM('DIRETOR', 'FUNCIONARIO') NOT NULL, SALARIO DECIMAL(10,2) DEFAULT '10000';
Mas o retorno é apenas este:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1