L
lionz
Unregistered / Unconfirmed
GUEST, unregistred user!
数据库:Informix7
在BDE中进行以下操作:
正确:
select tab_a.*,tab_b.* from user_poc,udata_poc
错误:
select tab_a.*,tab_b.* from user_poc,udata_poc
where tab_a.a1=tab_b.b1 and tab_a.a2=tab_b.b2
报的错是:
Can not write to temporary file
在BDE中进行以下操作:
正确:
select tab_a.*,tab_b.* from user_poc,udata_poc
错误:
select tab_a.*,tab_b.* from user_poc,udata_poc
where tab_a.a1=tab_b.b1 and tab_a.a2=tab_b.b2
报的错是:
Can not write to temporary file