Re: DBMS_SQL and variables
From: Tim Cuthbertson <Tim.E.Cuthbertson_at_bridge.bellsouth.com>
Date: 1997/06/16
Message-ID: <33A59E7C.1BB4_at_bridge.bellsouth.com>#1/1
Date: 1997/06/16
Message-ID: <33A59E7C.1BB4_at_bridge.bellsouth.com>#1/1
Programming wrote:
> How can I get the username into a variable,
> and prefix the tablename with the username:
>
I think this should work:
select user from dual into....
Tim Received on Mon Jun 16 1997 - 00:00:00 CEST