Re: [GENERAL] select and join

1998-10-26 Thread Ulf Mehlig
Morelli 'ZioBudda' Davide Michel wrote: > My question is: there is a way to join the table "utente" so to make a > "select" that return me the column "utente.cognome",too ? > > i have make this try: > > esame=> select utente.cognome, >prestito.id_utente, >lib

RE: [GENERAL] select and join

1998-10-23 Thread Taral
> i have make this try: > esame=> select utente.cognome, prestito.id_utente, libro.tipo, > count(*) from prestito, libro where libro.id_libro = > prestito.id_libro and utente.id_utente = prestito.id_utente group > by id_utente, tipo\g > > but the output is : > ERROR: parser: illegal use of aggreg