The IN operator

From: Koronics "Lszl" <koronics(at)index(dot)hu>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: The IN operator
Date: 2000-01-13 10:49:44
Message-ID: 20000113104944.25118.qmail@freemail.index.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I would like to use PostgreSQL through ODBC with Delphi 5. According to the Postgre documentation the IN operator exists, however I get the "Capability not supported!" error message after issuing the following SQL command:

SELECT CsoportAzonKod FROM Felhaszn_Csoport
WHERE FelhAzonKod=1 AND CsoportAzonKod IN
(SELECT CsoportAzonKod FROM Menu_Csoport
WHERE MenuAzonKod=1)

(ODBC version 6.40.00.07 - written by Insight Distribution Systems.)

Why?

Thank you

Laci

Browse pgsql-interfaces by date

  From Date Subject
Next Message swift 2000-01-13 13:02:11 setup of pgadmin
Previous Message Rolf Lüttecke 2000-01-12 16:45:05 Slow down on Import