在DELPHI中怎么创建临时表?

pergood1 2003-06-19 03:34:21
数据库是informix!用sql editer创建临时表的语法市:
select * from tabname
into temp temptable1
用程序怎么写?
...全文
47 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
DWGZ 2003-06-19
  • 打赏
  • 举报
回复
1楼那位太马虎了误导人家
adoquery.close;
adoquery.commandText.clear;
adoquery.commandText.add('select * into #temp from temptable1');
adoquery.exec;
siyu2002 2003-06-19
  • 打赏
  • 举报
回复
'select * from tabname into #temptable1
blueshu 2003-06-19
  • 打赏
  • 举报
回复
adoquery.close;
adoquery.sql.clear;
adoquery.sql.add('select * from tabname into temp temptable1');
adoquery.exec;

2,496

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 数据库相关
社区管理员
  • 数据库相关社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧