Creating table in mysql but the error keeps poping up , what am i doing wrong?

34 Views Asked by At

![CREATE TABLE ELEB( ccode integer primary key, cname varchar(20), add varchar(25), oldmr integer, newmr integer, unit integer, tbill integer);][1]

1

There are 1 best solutions below

0
On

CREATE TABLE ELEB ( ccode int primary key, cname varchar(20), add varchar(25), oldmr int, newmr int, unit int, tbill int )