Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SELECT col INTO :sqlplus_bind_vars.

SELECT col INTO :sqlplus_bind_vars.

From: Mark A Framness <farmer_at_netnet.net>
Date: 22 Dec 2003 07:42:50 -0800
Message-ID: <8168768c.0312220742.2502dabe@posting.google.com>


Greetings,

I am trying to something along the lines of

variable a_bind_var DATE

select sysdate
into :a_bind_var
from dual;

Is this possible in SQL+? I see it is possible to use bind variables to hold returns from functions and procedures. This is not the only way I know of to do what I want to do, but if possible it is my first choice.

Thank You,
Mark Received on Mon Dec 22 2003 - 09:42:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US