Re: select id,count(imdb_id) problem - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: select id,count(imdb_id) problem
Date
Msg-id 20060410060007.GB9105@webserv.wug-glas.de
Whole thread Raw
In response to Re: select id,count(imdb_id) problem  (Ntina Papadopoulou <ntina23gr@freemail.gr>)
Responses Re: select id,count(imdb_id) problem  (Ntina Papadopoulou <ntina23gr@freemail.gr>)
List pgsql-novice
am  10.04.2006, um  8:52:11 +0300 mailte Ntina Papadopoulou folgendes:
> O/H A. Kretschmer ????????????:
> >am  10.04.2006, um  8:28:12 +0300 mailte Ntina Papadopoulou folgendes:
> >
> >>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;

There is something wrong. You say 'where id<10' but your desired result:

>
> The desired result is
> something like
> id | imdb_id | count
> ----+---------+-------
> 1 | 315733 | 9
> 10 | 335753 | 1
> 11 | 320000 | 15

contains id's larger then 10.


Sorry, i can't understand your question.
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47215,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-novice by date:

Previous
From: Ntina Papadopoulou
Date:
Subject: Re: select id,count(imdb_id) problem
Next
From: Bruno Wolff III
Date:
Subject: Re: select id,count(imdb_id) problem