Problem in Creating Tables

-2

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)
  );
    
asked by anonymous 12.07.2017 / 10:07

1 answer

0

As you have not specified which # is using, and by your script of the beneficiarios table you are using datatype year , I assume you are using

12.07.2017 / 13:52