1. delete from tableName where id = 1; / / 删除ID=1的数据 2. SELECT nextval('model_seq') // 查询下个序列值,注意序列的字段需要引号扩起来