RE: [GENERAL] question 3

1998-12-04 Thread Jackson, DeJuan
> -Original Message- > From: ZioBudda [SMTP:[EMAIL PROTECTED]] > Sent: Friday, December 04, 1998 4:44 PM > To: Jackson, DeJuan > Cc: [EMAIL PROTECTED] > Subject: RE: [GENERAL] question 3 > > On Fri, 4 Dec 1998, Jackson, DeJuan wrote: > > > I

RE: [GENERAL] question 3

1998-12-04 Thread ZioBudda
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 a

RE: [GENERAL] question 3

1998-12-04 Thread Jackson, DeJuan
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... -DEJ > -Original Message- > Hi again, > I have this 3 tables: