Message at the console

From: "Kallol Nandi" <kallol(dot)nandi(at)indussoft(dot)com>
To: "Pgsql-General" <pgsql-general(at)postgresql(dot)org>
Subject: Message at the console
Date: 2003-06-24 14:14:38
Message-ID: NBEDKIHMDKLGDCDIJLMMOEIJCAAA.kallol.nandi@indussoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have created a table using the following command
CREATE TABLE metricsreporttable(id VARCHAR(150) NOT NULL,sitename
VARCHAR(155),title VARCHAR(160),type VARCHAR(165),count INTEGER,categoryid
VARCHAR(170));

When I start inserting rows into this table I get the following error
message in the console.

"Attribute metricsreporttable.oid must be GROUPed or used in an aggregate
function"

What might be the problem?

Thanks and Regards,
Kallol.

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-06-24 14:22:16 Re: [GENERAL] Documentation quality WAS: interesting
Previous Message Tom Lane 2003-06-24 14:13:06 Re: Many Pl/PgSQL parameters -> AllocSetAlloc(128)?