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
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("