Modify field Comment sql:COMMENT on COLUMN table name. Field name is ' comment content ';
Bulk Modify field comments for all tables, here is the modification of all field attachments that are not annotated: implementation steps: 1. Use SQL to find all fields that are not annotated, and export the results of the query 2. Modify the query result regular replacement comment SQL statement 3. Modifying comments manually modify comments in SQL statements (There is no way to automatically, the content is not uniform), run comments modify the SQL statement block implementation Reference article: Oracle appears in the table name: bin$2cmp4fjwq2cw3lj+bxlytw==$0-http://fernanda.blog.sohu.com /115686709.html comments on Oracle data sheets, ask the experts a more biased door problem-http://bbs.csdn.net/topics/360056009oracle common view table structure commands-http:// Www.cnblogs.com/qingsong-do/archive/2011/11/29/2267244.html
Oracle Common SQL query-http://www.cnblogs.com/zengmiaogen/archive/2012/04/15/2450511.html
Oracle Modify Field comments