如何在oracle中使用临时变量表 [英] How doi use temporary variable table in oracle

查看:456
本文介绍了如何在oracle中使用临时变量表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



有人能告诉我如何使用带有用户定义列的临时变量表​​。



我尝试创建一个类似于sql的临时表,但它不起作用。我是甲骨文的先驱,任何帮助都将不胜感激。



提前致谢。



< b>我尝试了什么:



Hi all,

Can anybody tell me how to use a temporary variable table with user defined columns.

I tried creating a temp table similar to sql but it doesn't work. I am a begginer to Oracle, any help would be appreciated.

Thanks in advance.

What I have tried:

CREATE TABLE #Temp (DBID number(30), UUTTESTID nvarchar(50), DATETIMESTAMP date)

推荐答案

了解如何在Oracle中使用临时表的最佳方法是阅读文档:创建表格 [ ^ ]

简短的教程也可能有所帮助: Oracle SQL临时表 [ ^ ]
The best way to find out how to use temporary table in Oracle is to read documentation: Creating Tables[^]
A short tutorial may help too: Oracle SQL temporary tables[^]


这篇关于如何在oracle中使用临时变量表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆