摘要: 例如需要插入如下语句: Insert into a (a1,a2,a3) values (1,select num from b where id=1,3) 其中num字段是可以通过select num from b where id=1 查询得到 这样select语句出现在赋值语句中是不允许的。报 阅读全文