count(imdb_id) problem

Поиск
Список
Период
Сортировка
От William Wallace
Тема count(imdb_id) problem
Дата
Msg-id 4439E334.4030903@otenet.gr
обсуждение исходный текст
Список pgsql-novice
Hello community!

When I type a query in postgresql, like

select id,imdb_id,count(imdb_id) from "Movies" where id<10 group by imdb_id;

it says: column "Movies.id" must appear in the GROUP BY clause or be
used in an aggregate function
Where is the error?
What is the right spelling of this query?



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

Предыдущее
От: James Long
Дата:
Сообщение: Re: How to append records into a file which has serial
Следующее
От: "Relaxin"
Дата:
Сообщение: Re: PostgreSQL a slow DB?