Re: [GENERAL] PostgreSQL JDBC and sub-select

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: [GENERAL] PostgreSQL JDBC and sub-select
Дата
Msg-id 20021109110438.J29283-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на PostgreSQL JDBC and sub-select  (snpe <snpe@snpe.co.yu>)
Список 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 по дате отправления:

Предыдущее
От: Scott Lamb
Дата:
Сообщение: Re: setUseServerPrepare & typecasts
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] PostgreSQL JDBC and sub-select