From Clause

From: Bob Pawley <rjpawley(at)shaw(dot)ca>
To: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: From Clause
Date: 2006-12-06 18:26:50
Message-ID: 00d501c71964$19209c20$8e904618@owner
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am receiving an error message about a missing "From Clause" in an insert statement.

I've tried a number of variations of adding a from clause with no success.

Could someone help with the following statement??

Insert Into p_id.loop_sequence (monitor) values(p_id.loops.monitor) ;

Bob Pawley

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jasbinder Singh Bali 2006-12-06 19:10:06 Re: DBI module for postgres 1.4.3
Previous Message Erik Jones 2006-12-06 18:09:24 Re: [PERFORM] Locking in PostgreSQL?