Re: Help on (sub)-select - Mailing list pgsql-sql

From Philip Warner
Subject Re: Help on (sub)-select
Date
Msg-id 5.1.0.14.0.20021221025235.03c5c490@mail.rhyme.com.au
Whole thread Raw
In response to Re: Help on (sub)-select  (Gary Stainburn <gary.stainburn@ringways.co.uk>)
List pgsql-sql
At 11:48 AM 20/12/2002 +0000, Gary Stainburn wrote:
> >      select r.*, count(*) from roster r, roster_staff s
> >      where rsdate = rodate and rsgid = rogid and rsgsid = rogid
> >      group by r.*
>
>This one came up with a parser error near '*' but I don't understand it 
>enough
>to debug it.

Replace the two occurrences of r.* with the list of fields in r that you 
want to group the count by.



----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 03 5330 3172          |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                 |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/



pgsql-sql by date:

Previous
From: Gary Stainburn
Date:
Subject: Re: Help on (sub)-select
Next
From: Jeff Kowalczyk
Date:
Subject: SQL select count(*) from "myTable" failed : Relation "mytable" does not exist