RE: Bind Variable

From: Paul Blosser <pblosser_at_sripok.win.net>
Date: 1998/02/16
Message-ID: <34E90BC5.6723_at_sripok.win.net>#1/1


Did you mean to write 'What is not a bind variable'? If not, bind variables are values used to link sql statements together. In an SQR you might have a selct like this:

select sysdate as today frim dual

then reference &today in another select statement:

select amount from accounts_payable where effdt = &today

Does this help? Received on Mon Feb 16 1998 - 00:00:00 CET

Original text of this message