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 -> Re: add sysdate to column name

Re: add sysdate to column name

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 27 Sep 2007 15:00:37 -0700
Message-ID: <1190930426.789836@bubbleator.drizzle.com>


alex wrote:
> Hello experts,
>
> i'm attempting to add the sysdate to (not the record) but as the
> column name.
>
> something like select record as sysdate.
>
> i'm getting an error, however.
>
> is this possible?
>
> alex

Whether it is possible I will leave for others to help you with.

SELECT keyword
FROM gv$reserved_words
WHERE keyword LIKE 'SYSD%';

however might be worth running.

You are heading for a train wreck. Why intentionally walk on the tracks?

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Sep 27 2007 - 17:00:37 CDT

Original text of this message

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