Generate SQL on the Fly
From: Splezunk <Splezunk_at_usa.net>
Date: Tue, 24 Nov 1998 16:24:54 -0500
Message-ID: <365B2426.249B3DC4_at_usa.net>
Hi there,
Date: Tue, 24 Nov 1998 16:24:54 -0500
Message-ID: <365B2426.249B3DC4_at_usa.net>
Hi there,
Is there a way to generate SQL statements on the fly within a PL/SQL procedure.
EG. UPDATE ?
(?,?,?,?)
VALUES
(?,?,?,?)
WHERE ? = ? AND ? = ?;
All the '?' marks need to be filled in on the fly. Anybody have any ideas?
Thanks
PS. Please CC me a copy of all replies. Received on Tue Nov 24 1998 - 22:24:54 CET