在insert语句中需要插入查询出来的值。 Insert into a (a1,a2,a3) values (1,select num from b where id=1,3) 这样写就出现了“在此在insert语句中需要插入查询出来的值。 Insert into a (a1,a2,a3)
在insert语句中需要插入查询出来的值。 Insert into a (a1,a2,a3) values (1,select num from b where id=1,3) 这样写就出现了“在此在insert语句中需要插入查询出来的值。 Insert into a (a1,a2,a3)