Re: [GENERAL] PostgreSQL JDBC and sub-select - Mailing list pgsql-jdbc

From Stephan Szabo
Subject Re: [GENERAL] PostgreSQL JDBC and sub-select
Date
Msg-id 20021109110438.J29283-100000@megazone23.bigpanda.com
Whole thread Raw
In response to PostgreSQL JDBC and sub-select  (snpe <snpe@snpe.co.yu>)
List pgsql-jdbc
On Sat, 9 Nov 2002, snpe wrote:

> 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
>
> Is it SQL standard (must have alias) or PostgreSQL specific ?

It looks to me to be standard.

I think the appropriate portion of the grammar is:
<table reference> :=
 <derived table> [ AS ] <correlation name>
  [ <left paren> <derived column list> <right paren> ]

<derived table> := <table subquery>

<correlation name> := <identifier>



pgsql-jdbc by date:

Previous
From: Scott Lamb
Date:
Subject: Re: setUseServerPrepare & typecasts
Next
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] PostgreSQL JDBC and sub-select