I'm trying to create a table, and I can not seem to find the error in its creation:
CREATE TABLE Beneficiarios
(
Ano year(4), Homens number(4), Mulheres number(4)
);
I'm trying to create a table, and I can not seem to find the error in its creation:
CREATE TABLE Beneficiarios
(
Ano year(4), Homens number(4), Mulheres number(4)
);