Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: simple problem
Yup, exactly that's what I meant.
Raj
QOTD: Any clod can have facts, but having an opinion is an art!
-----Original Message-----
[mailto:Chaim.Katz_at_Completions.Bombardier.com]
Sent: Wednesday, August 21, 2002 2:19 PM
To: Multiple recipients of list ORACLE-L
Raj,
Is this what you meant and what you would get?
SQL> get 1
1 select m.id, cast(multiset(select fname
2 from t s 3 where s.id = m.id) as mystrtype) as fnamelst4 from t1 m
---------- -------------------------------------------------- 1 MYSTRTYPE('RAM', 'SHAM', 'PAT') 2 MYSTRTYPE('MAN', 'JOHN')
Chaim
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jamadagni, Rajendra INET: Rajendra.Jamadagni_at_espn.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Aug 21 2002 - 14:03:54 CDT
- text/plain attachment: InterScan_Disclaimer.txt
![]() |
![]() |