libra generated automatically Field Comment

select 'update sys_cube_columns set title='''

|| comments || '' 'where schema_name =' 'ys'' ----- ys schema name is

and table_name=''vw_'||table_name

||''' and field='''||column_name||''' and (title is null or title='''' or length(title)=0);'

 sql from all_col_comments where comments is not null limit 100000;    

Published 14 original articles · won praise 7 · views 10000 +

Guess you like

Origin blog.csdn.net/dancria/article/details/103990198