Mysql error:
due to the following code
create table sell(
id int,
name varchar(10),
sellnumbers tinyint,
sellmoney int,
money int,//There is an extra comma on this line. The line closest to the end of the line does not need a comma, as in (1, 2, 3,) this is the same error
);