Message at the console

Поиск
Список
Период
Сортировка
От Kallol Nandi
Тема Message at the console
Дата
Msg-id NBEDKIHMDKLGDCDIJLMMOEIJCAAA.kallol.nandi@indussoft.com
обсуждение исходный текст
Список 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.

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-advocacy] interesting PHP/MySQL thread
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Many Pl/PgSQL parameters -> AllocSetAlloc(128)?