D
Demaths
Unregistered / Unconfirmed
GUEST, unregistred user!
能否 在 Delphi 中 先用 sql.add('create table #temp_table'),
然后用 sql.add('select * from #temp_table')获得 #temp_table 中的数据吗?
或有其他方法得到同样的效果,(#temp_table 由几个表(tab1,tab2,tab3)综合起来,
其中tab1有的字段field1,field2, tab2 也有字段field1, tab1 和 tab2 数据都要
插进 #temp_table 中去 ,#temp_table 含有field1, field2,对于tab2 中不含的
字段 field2, 在#temp_table 中表现为 null.
然后用 sql.add('select * from #temp_table')获得 #temp_table 中的数据吗?
或有其他方法得到同样的效果,(#temp_table 由几个表(tab1,tab2,tab3)综合起来,
其中tab1有的字段field1,field2, tab2 也有字段field1, tab1 和 tab2 数据都要
插进 #temp_table 中去 ,#temp_table 含有field1, field2,对于tab2 中不含的
字段 field2, 在#temp_table 中表现为 null.