On Fri, 4 Dec 1998, Jackson, DeJuan wrote:
> I don't know why you are experiencing a problem here but I think I can
> speed up that query. Let's try a rewrite.
tnx for the "new" query.
I have post my question1 here because I think that is a postgres problem.
ahhh...pgsql-sql ?
I don't know why you are experiencing a problem here but I think I can
speed up that query. Let's try a rewrite.
SELECT * FROM libro l WHERE EXISTS(
SELECT la.id_libro FROM libro_autore la, autore a
WHERE la.id_libro = l.id_libro_key AND
la.id_autore = a.id_autore AND
Hi, i have this query:
select * from libro where id_libro_key in (select id_libro from
libro_autore where id_auto
re in (select id_autore from autore where ((cognome = 'King' and nome =
'Stephen') OR (cog
nome = 'Clancy' and nome = 'Tom'\g
that return me this error:
ERROR: There is no operato