Quote: 引用:可以使用 2# 的方法,也可使用 insert select 方式insert into t1(x1,x2) select 'a' , x from t2 where ....... 在select中调用函数可以么,我试了下这样不行select helloworld(),x from ****有别的方法么
可以使用 2# 的方法,也可使用 insert select 方式insert into t1(x1,x2) select 'a' , x from t2 where .......
insert into t1(x1,x2) select 'a' , x from t2 where .......
select helloworld(),x from ****