From: | Bjørn T Johansen <bjorntj(at)softinn(dot)no> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Strange parse error?? |
Date: | 2001-02-22 22:49:30 |
Message-ID: | 919338627.20010222234930@softinn.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)softinn(dot)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."
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2001-02-22 23:05:38 | Re: Strange parse error?? |
Previous Message | Jeff MacDonald | 2001-02-22 19:55:03 | bug.. ? |