insert comments on tables
-
I'm using the version 10.2.0.4 and I would like to know how to insert the special character ' into comment statament for a table or column.
e.g.
select COMMENTS from dba_tab_comments where TABLE_NAME='JOSS';
COMMENTS
----------------------------
Joss' tables
-
Regards.