Re: SQL-Statement

From: "A(dot)Bhuvaneswaran" <bhuvan(at)symonds(dot)net>
To: Markus Espenhain <espenhain(at)etes(dot)de>
Cc: Postgres <pgsql-admin(at)postgresql(dot)org>
Subject: Re: SQL-Statement
Date: 2003-09-16 13:14:31
Message-ID: Pine.LNX.4.44.0309161842320.1863-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> SELECT * FROM Hauptantrag WHERE (select datenfeldname from datenexport)
> > (select datum_von from datenexport) AND (select datenfeldname from
> datenexport) < (select datenexport.datum_bis from datenexport) limit 10;

It is not correct. You have not defined the condition between hauptantrag
& datenexport tables. Forward the table structures for assistance.

regards,
bhuvaneswaran

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2003-09-16 13:16:22 Re: pg_ctl reload seems to not work
Previous Message jean-philippe.gois 2003-09-16 13:14:25 Re: postgresql headers