dbTalk Databases Forums  

help a noobie

comp.database.oracle comp.database.oracle


Discuss help a noobie in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
steve
 
Posts: n/a

Default help a noobie - 06-14-2005 , 10:42 AM






i've got a table that's basically:

create table foo
(
id number
values varchar2(32767)
)

the values column contains space-seperated data like:

A B C D

i need a query that would return:

id values
____________________

1 A
1 B
1 C
1 D

basically, for each id i need to return a row for each value in the values
column.

tia,

steve



Reply With Quote
  #2  
Old   
steve
 
Posts: n/a

Default Re: help a noobie - 06-15-2005 , 10:31 AM






never mind...found an example.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.