I'm using PL/SQL Developer 8.0.4 trying to run this query:
UPDATE account_type act
SET act.short_desc = 'embedded ;'
WHERE ROWNUM = 1;
Returns ORA-01756 quoted string not properly terminated.
Used to work in PL/SQL version 7, what am I missing here? I want semi colon in my data...