Re: [GENERAL] counting records of schema

2004-10-30 Thread Ian Barwick
On Tue, 26 Oct 2004 08:03:26 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I need to know how many records are in a specific schema of a database. > > I've tried with a function but there are still problems Providing details of the problems usually helps ;-). > Can you give me some

[GENERAL] counting records of schema

2004-10-30 Thread Tom.Zschockelt
hi, I need to know how many records are in a specific schema of a database. I've tried with a function but there are still problems Can you give me some hints : -- Function: count_records(myschema varchar) -- DROP FUNCTION count_records("varchar"); CREATE OR REPLACE FUNCTION count_records("