读书人

informix 怎么创建临时表

发布时间: 2012-04-13 13:50:24 作者: rapoo

informix 如何创建临时表
informix怎么创建临时表
创建完怎么把两个表的数据插入进去呢

[解决办法]
create temp table tabname;

在存储过程中,select colname from tabname where blah into temp tmp_tabname;
[解决办法]

探讨
不用存储过程可以吗? 只用一条语句 例如select*from ...into temp tem_table

读书人网 >Informix

热点推荐