I don't see why mysql is telling me the following is a syntax error:
create table articles
{ file char(30) not null
};
What is wrong with that ?
red
create table articles
{ file char(30) not null
};
What is wrong with that ?
red
Comment