Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL naming a table

PL/SQL naming a table

From: Roberto Diaz <rdiazmar_at_nova.es>
Date: Sun, 22 Aug 1999 08:41:26 +0200
Message-ID: <slrn7rv6sm.uv.rdiazmar@localhost.localdomain>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US