(no subject)

From: CG <christian.gregory_at_citicorp.com>
Date: 1997/05/22
Message-ID: <3384DAC0.3730_at_citicorp.com>#1/1


[Quoted] Hi all,

I'm trying to define a cursor as such,

cursor cur_abc( table varchar2 )
  select cola from table
   where colb = '123';

the question here is :
  is it legal to expect the variable (table) defined in cur_abc   to refer to the table name I want to query ? (gives me some compilation errors)
Thanks, Chris Received on Thu May 22 1997 - 00:00:00 CEST

Original text of this message