Oracle----dual

1. dual is a table that contains a single row.

2. The dual table has one VARCHAR2 column named dummy.

3. dual contains a single row with the value X.

 

desc dual;

Name         Null?    Type
DUMMY                 VARCHAR2(1)

 

posted @ 2014-10-29 16:57  daishuguang  阅读(130)  评论(0编辑  收藏  举报