INSERT and SELECT

Поиск
Список
Период
Сортировка
От Eric BARROCA
Тема INSERT and SELECT
Дата
Msg-id 87n1riu7bx.fsf@venus.fondation
обсуждение исходный текст
Ответы Re: [SQL] INSERT and SELECT  (Stuart Rison <rison@biochemistry.ucl.ac.uk>)
Re: [SQL] INSERT and SELECT  (<kaiq@realtyideas.com>)
Re: [SQL] INSERT and SELECT  (Vladimir Terziev <vlady@school.digsys.bg>)
Список pgsql-sql
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 по дате отправления:

Предыдущее
От: " Дата:
Сообщение: Transactions and functions
Следующее
От: Stuart Rison
Дата:
Сообщение: Re: [SQL] INSERT and SELECT