Oracle nested selects
From: Charles Jardine (cj10_at_cam.ac.uk)
Date: 03/16/05
- Next message: Jeff Zucker: "NULLs in Text::CSV_XS and DBD::CSV"
- Previous message: Ronald J Kimball: "RE: NULL field matching problem..."
- Next in thread: Jared Still: "Re: Oracle nested selects"
- Reply: Jared Still: "Re: Oracle nested selects"
- Reply: Andy Hassall: "RE: Oracle nested selects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 16 Mar 2005 17:12:56 +0000 To: dbi-users@perl.org
Oracle has a syntax for nested selects. E.g.
select a, cursor(select b, ....) .....
In each row fetched from such a select, some of the column
values are themselves result sets.
DBS::Oracle version 1.16 apparently does not support such
select statements. An attempt to prepare such a statement give
the reasonable error message
> Field 2 has an Oracle type (116) which is not explicitly supported
Is anyone thinking about the implementation of the fetching of
nested result sets? If not, I might look at it myself.
-- Charles Jardine - Computing Service, University of Cambridge cj10@cam.ac.uk Tel: +44 1223 334506, Fax: +44 1223 334679
- Next message: Jeff Zucker: "NULLs in Text::CSV_XS and DBD::CSV"
- Previous message: Ronald J Kimball: "RE: NULL field matching problem..."
- Next in thread: Jared Still: "Re: Oracle nested selects"
- Reply: Jared Still: "Re: Oracle nested selects"
- Reply: Andy Hassall: "RE: Oracle nested selects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|