![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
BEGIN insert into comlineprintboxen VALUES(109, '', '', '', >>'', ''); EXCEPTION WHEN unique_violation then UPDATE comlineprintboxen SET verteiler='', >>panel='', dose='', switch='', port='' WHERE >>printboxid=109 END; |
|
ERROR: syntax error at or near "UPDATE" at character 8 |
#2
| |||
| |||
|
|
while executing: BEGIN insert into comlineprintboxen VALUES(109, '', '', '', >>'', ''); EXCEPTION WHEN unique_violation then UPDATE comlineprintboxen SET verteiler='', >>panel='', dose='', switch='', port='' WHERE >>printboxid=109 END; the following error occurs: ERROR: syntax error at or near "UPDATE" at character 8 i compared the command with the one from page 550 ff of the documentation, but can't find differences. Would be kind of you to help me |
![]() |
| Thread Tools | |
| Display Modes | |
| |