Re: [HACKERS] PostgreSQL JDBC and sub-select

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: snpe <snpe(at)snpe(dot)co(dot)yu>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL JDBC and sub-select
Date: 2002-11-10 08:51:08
Message-ID: 1036918269.1918.6.camel@rh72.home.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-jdbc

snpe kirjutas L, 09.11.2002 kell 22:51:
> Hello,
> I work with JDeveloper and PostgreSQL JDBC and I have one problem.
> I get error :
> sub-SELECT in FORM must have an alias
> I can't change SQL command, but it is internal JDeveloper command

You could set up query logging in the backend and see what the offending
query is. It may still be something you did (a missing or extra
something somewhere).

---------------
Hannu

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nick Fankhauser 2002-11-10 14:37:44 Re: [JDBC] [HACKERS] PostgreSQL JDBC and sub-select
Previous Message Tom Lane 2002-11-10 05:27:53 Re: [HACKERS] PostgreSQL JDBC and sub-select

Browse pgsql-hackers by date

  From Date Subject
Next Message Iavor Raytchev 2002-11-10 12:52:27 The database system is in recovery mode
Previous Message Tom Lane 2002-11-10 05:27:53 Re: [HACKERS] PostgreSQL JDBC and sub-select

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nick Fankhauser 2002-11-10 14:37:44 Re: [JDBC] [HACKERS] PostgreSQL JDBC and sub-select
Previous Message Tom Lane 2002-11-10 05:27:53 Re: [HACKERS] PostgreSQL JDBC and sub-select