Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Dynamic SQL Query
On 19 Aug 2003 08:34:45 -0700, j.jones_at_link-hrsystems.com (Jamie
Jones) wrote:
>I am having a few problems trying to execute dynamic SQL queries.
>Does anybody have any idea
>how I can get this query working using a SELECT statement that is
>built up dynamically?
This is done through the OPEN-FOR-USING statement rather than EXECUTE IMMEDIATE: http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96624/13_elems35.htm#35316
John
-- Photo gallery: http://www.pbase.com/john_russell/Received on Tue Aug 19 2003 - 12:41:27 CDT