Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Pseudo Columns and Functions

Pseudo Columns and Functions

From: Dan <dan_at_help.now>
Date: Wed, 17 Nov 1999 15:51:50 -0800
Message-ID: <Hz4zOG=tpM2Ff9Ghll3=ZPkOC2kG@4ax.com>


How would you describe the difference between a Pseudo column and a function to a new oracle user.

select sysdate from dual;

and

select my_sequence.nextval from dual; (no cache)

both look/act like functions, don't they?

Tia

david Received on Wed Nov 17 1999 - 17:51:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US