刚接触mysql,按照网友的办法,建库,但怎么都建不成,各位老铁看看有什么问题吗?
string cmdCreateTable="create table students(ID Integer,NAME VarChar(1),SEX VarChar(50))";
建表时,需要指定列的数据类型