orcle插入新数据 values 为查询语句。
insert into userinfo(id,name) values((select nvl(max(id),0) from userinfo),'dd' )