insert into test values(select max(id)+2  from test,'test') 
这个sql现在语句是错误的。正确应怎么去实现将select 的结果当作其中一个值插入新的记录中去