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

Home -> Community -> Usenet -> comp.databases.theory -> Re: Many To Many Relationships

Re: Many To Many Relationships

From: Tonkuma <tonkuma_at_jp.ibm.com>
Date: 16 Apr 2007 05:40:11 -0700
Message-ID: <1176727211.202388.214760@p77g2000hsh.googlegroups.com>


One way is to add sequence number for ITEM_CATEGORY_MAP by using ROWNUMBER() OVER(PARTITION BY ITEMID ORDER BY CATEGORYID), then use recursive query. Received on Mon Apr 16 2007 - 07:40:11 CDT

Original text of this message

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