| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Many To Many Relationships
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
![]() |
![]() |