You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I perform an UPDATE, an error is always returned, for example:
UPDATE table SET field_a = 'S' WHERE field_b = 'A03';
ERROR: operation not supported. [SQL state = 1007]
I don't know if all DML routines are already implemented, if they are already, I believe I'm doing something wrong.
I am using Workbench / J for manipulation between databases. Queries are returning perfectly.
When I perform an UPDATE, an error is always returned, for example:
UPDATE table SET field_a = 'S' WHERE field_b = 'A03';
ERROR: operation not supported. [SQL state = 1007]
I don't know if all DML routines are already implemented, if they are already, I believe I'm doing something wrong.
I am using Workbench / J for manipulation between databases. Queries are returning perfectly.
The text was updated successfully, but these errors were encountered: