SELECT COUNT(*)... returns 0 ROWS

From: "PostgreSQL" <postgres(at)coopelesca(dot)co(dot)cr>
To: pgsql-admin(at)postgresql(dot)org
Subject: SELECT COUNT(*)... returns 0 ROWS
Date: 2003-10-31 19:33:09
Message-ID: WorldClient-F200310311333.AA33090196@coopelesca.co.cr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have instaled Postgres 7.3.4 on RH 9,
if I excecute:

select count(*) from cj_tranh;
count
-------
0
(1 row)

Why the result us CERO? the table have 1.400.000 rows!
What is wrong? Anybody help please.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Epps, Aaron M. 2003-10-31 19:44:40 Column References
Previous Message Brian Ristuccia 2003-10-31 19:15:46 Re: dumping tables from badly damaged db