有时候insert into 后面的select的部分字段需要引用不是原始值,这种情况代码怎么写?见下述例子:

Insert into test(id,classid,keyid) select @id:={$newsid} as id,@classid:={$id}[......]

阅读全文