-
Notifications
You must be signed in to change notification settings - Fork 0
SQL元数据列头英文转中文
honghong edited this page Jun 25, 2018
·
1 revision
update sys_appfields s set s.fieldname = (select replace(replace(comments,'[',''),']','') from user_col_comments where table_name like 'IC_%' and column_name = s.fieldcode and table_name in (select maintable from sys_app t where t.appid = s.appid)) where s.appid like 'IC_%';