Oracle中的双表是什么? [英] What is the dual table in Oracle?

查看:94
本文介绍了Oracle中的双表是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我听见有人提到这张桌子,但不确定它是关于什么的.

I've heard people referring to this table and was not sure what it was about.

推荐答案

这是一种虚拟表,具有一条记录,用于选择何时您实际上对数据不感兴趣,而是想要某些系统函数的结果在选择语句中:

It's a sort of dummy table with a single record used for selecting when you're not actually interested in the data, but instead want the results of some system function in a select statement:

例如select sysdate from dual;

请参见 http://www.adp-gmbh.ch/ora/misc /dual.html

这篇关于Oracle中的双表是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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