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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Challenge - but not a serious one

Re: SQL Challenge - but not a serious one

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 11 Aug 1999 17:11:57 +0100
Message-ID: <934388283.24586.0.nnrp-08.9e984b29@news.demon.co.uk>


Correct - and it works with all sorts
of data types, even though the result
may be meaningless.

Gives you one option in version 7
for using a sequence number for
a pk/fk link without the problem
of localising all the inserts at one
end of the index.

--

Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk

Martin Douglas wrote in message <37B19F08.99360DFA_at_Boeing.com>...
>Consider:
>
>select reverse('abc') from dual;
>
>REV
>---
>cba
>1 row selected.
>
>
Received on Wed Aug 11 1999 - 11:11:57 CDT

Original text of this message

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