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: Multivalue field joins

Re: Multivalue field joins

From: Valentin Minzatu <valentinminzatu_at_yahoo.com>
Date: 29 Mar 2007 08:13:52 -0700
Message-ID: <1175181232.123861.320700@y80g2000hsf.googlegroups.com>


On Mar 29, 10:54 am, "Goog79" <rachellara1..._at_gmail.com> wrote:
> Hi everyone,
>
> I've tried searching and searching and have already searched this
> group to no avail. Can anyone assist in how to do a join using a
> multivalue field in Oracle please?
>
> For example, a field in an Order table has a multivalue field called
> Products, which might hold something like this:
>
> 123;234;345
>
> The codes correspond to the primary key in the Product table, and I
> want to get the ProductName from the Product table now for each code
> (123, 234 and 345). How would I do this??? Is this a completely
> crazy question??? I can't find an answer anywhere and am starting to
> feel stupid!!!
>
> Thanks so much in advance everyone!

Can you redesign order table in a relational fashion (i.e. one value in one row)? Received on Thu Mar 29 2007 - 10:13:52 CDT

Original text of this message

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