| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL naming a table
Hi!
Just i would like to know how to make a simple procedure to count the rows of any table..
something like this:(but well-formed)
create procedure contar (tabla IN varchar2)
AS
BEGIN
select count(*) from tabla;
END contar;
Received on Sun Aug 22 1999 - 01:41:26 CDT
![]() |
![]() |