| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.tools -> SELECT order
Hi,
How can i use variable table name in the FROM clause of a select statement ?
In a PL/SQL bloc :
..
Begin
..
SELECT COUNT (*)
INTO w_count
FROM name_of_table
WHERE cod_clt = enr_orig.cod_clt;
Thanks
![]() |
![]() |