在mysql数据库中写入 Insert into categories(CateId,CateTitle) values(CateId.nextVal,'" + CateTitle + "')  中CateId是主键,自增长类型,如何在插入语句中只输入CateTitle?谢谢大家