Re: [SQL] INSERT and SELECT

Поиск
Список
Период
Сортировка
От Nikolay Mijaylov
Тема Re: [SQL] INSERT and SELECT
Дата
Msg-id 002701bf432d$a8f549a0$ce2a18c3@skillbrokers.bg
обсуждение исходный текст
Ответ на INSERT and SELECT  (Eric BARROCA <eric@netsystems.fr>)
Ответы Re: [SQL] INSERT and SELECT  (neko@kredit.sth.szif.hu)
Список pgsql-sql
As i know PgSQL support subqueryes only in Where part
--------------------------------------------------------------
The reboots are for hardware upgrades!
"http://www.nmmm.nu; <nmmm@nmmm.nu>

----- Original Message -----
From: Eric BARROCA <eric@netsystems.fr>
To: <pgsql-sql@postgreSQL.org>
Sent: ïåòúê, Äåêåìâðè 10, 1999 05:46
Subject: [SQL] INSERT and SELECT


> Hi,
>
> I've tried this query with PostgreSQL, but it doesn't work. Could anyone
> explain me why and what must I do to get the same result ?
> Query example : "INSERT INTO table VALUES (
> (SELECT oid FROM membre WHERE email="toto@toto.com"),
> "test");"
> I get the error : "parse error near select".
>
> I've been searched in the manual and with deja.com but I haven't found
> something about this.
> This query works with mysql (and it's the only one query that works with
> this RDBMS ;-)
>
>
> Thanks,
>
> Éric.
>
> --
> Éric BARROCA               | Logiciels Libres, Conception
Intranet/Extranet,
> E-Mail: eric@netsystems.fr | Sites Web dynamiques, Commerce électronique,
> Tel: +33 (0)2 48 21 54 67  | Formations (Unix/Linux, Perl, etc.),
Réseaux...
> GSM: +33 (0)6 16 35 33 25  | NetSystems : <http://www.netsystems.fr>
>
> ************



В списке pgsql-sql по дате отправления:

Предыдущее
От: Eric BARROCA
Дата:
Сообщение: Re: [SQL] INSERT and SELECT
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [SQL] INSERT and SELECT