On Wed, Jul 02, 2003 at 12:08:56 +0900, Jean-Christian Imbeault <[EMAIL PROTECTED]> wrote: > TAL=# insert into b select 'b', select 'b'; > ERROR: parser: parse error at or near "select" at character 27
You probably want: insert into b select 'b', 'b'; ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html