Strange parse error?? - Mailing list pgsql-sql

From Bjørn T Johansen
Subject Strange parse error??
Date
Msg-id 919338627.20010222234930@softinn.no
Whole thread Raw
Responses Re: Strange parse error??  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: Strange parse error??  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List pgsql-sql
I am trying to do a simple update (or at least I thought it was
simple), but I just keep getting a parse error, saying:

Error executing query

Update "Config" Set "Wave" = 'F:\wav\BTJ.wav',"Answer" = 20,
"Recordwav" ='F:\wav\',"CalledID" = '12345678' where "Recno" = 1

PostgreSQL error message:
ERROR: parser: parse error at or near "12345678"

PostgreSQL status:PGRES_FATAL_ERROR


Does anyone have any suggestions to what might be wrong?


Regards,

BTJ

-------------------------------------------------------------------------------
Bjørn T Johansen

bjorntj@softinn.no
-------------------------------------------------------------------------------
"The stickers on the side of the box said "Supported Platforms: Windows 98,
Windows NT 4.0, Windows 2000 or better", so clearly Linux was a supported
platform."




pgsql-sql by date:

Previous
From: jdassen@cistron.nl (J.H.M. Dassen (Ray))
Date:
Subject: Re: two tables - foreign keys referring to each other...]
Next
From: Stephan Szabo
Date:
Subject: Re: Strange parse error??