| From: | ZioBudda <michel(at)michel(dot)enter(dot)it> |
|---|---|
| To: | "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com> |
| Cc: | pgsql-general(at)postgreSQL(dot)org |
| Subject: | RE: [GENERAL] question 3 |
| Date: | 1998-12-04 22:44:02 |
| Message-ID: | Pine.LNX.4.03.9812042343370.2897-100000@michel.enter.it |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, 4 Dec 1998, Jackson, DeJuan wrote:
> I really have no idea what you are truly asking for here, but here's a
> crack at what I think you want.
> select count(p.*) from prestito p, libro l
> where p.id_libro = l.id_libro
> group by p.id_utente, l.tipo
> Try it...
parser: parse error at or near "*"
"Il divertimento e' giusto se la scimmia ci prende gusto"
--
Italian Linux Press: http://ziobudda.enter.it/ILP/
--
Morelli 'ZioBudda' Davide Michel - Member of Pluto Linux User Group
michel(at)michel(dot)enter(dot)it - http://ziobudda.enter.it/
Linux Problem? Ask to linux(at)media(dot)dsi(dot)unimi(dot)it
"/dev/ziobudda: access to /var/tmp/beer denied, use /var/adm/pineapple"
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kaare Rasmussen | 1998-12-04 22:48:43 | 6.4 ? |
| Previous Message | ZioBudda | 1998-12-04 22:42:12 | RE: [GENERAL] question 1 |