| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.server -> Re: Any expert Pro*C/C++ programmer out there?
Ramon F Herrera <ramon_at_conexus.net> wrote:
> In my application, the critical variable which is only known at run
> time is none less than the table name. It is something like this:
> 
> SELECT emp_name FROM $table_name WHERE emp_id = :some_unique_id;
I think that 'dynamic SQL' is what you are looking for.
Yours,
Laurenz Albe
Received on Tue Mar 13 2007 - 02:58:10 CDT
|  |  |