C
coffeexyz
Unregistered / Unconfirmed
GUEST, unregistred user!
在delphi4的query组件中,sql string 为:
insert into t1
(
a1,a2
)
select b1,b2
from b
运行提示select 为非法的关键字,难道query 连这样的 sql语句都不支持??
我的后台数据库为oracle8(通过bde相连),上述语句直接在数据库中运行正常,
万望大虾们指教!!!
insert into t1
(
a1,a2
)
select b1,b2
from b
运行提示select 为非法的关键字,难道query 连这样的 sql语句都不支持??
我的后台数据库为oracle8(通过bde相连),上述语句直接在数据库中运行正常,
万望大虾们指教!!!