I want PLSQL to generate strings like:
COMMENT ON COLUMN TABLE.COLUMN IS \'comment from database\';
My solution is:
declare
You need to use '' in the code But Before trying it to the actual code ,
try the line which has quotes in the dual
For example:
select '''sumesh''' from dual