update_package_name.sql

来自「国外的一套开源CRM」· SQL 代码 · 共 7 行

SQL
7
字号

update ui_display_object_attrib set attribute_value = replace(attribute_value, 'macrosoftcorp', 'sourcetap') where attribute_value like '%macrosoft%'
;


update ui_screen_section  set event_processor_class = replace(event_processor_class, 'macrosoftcorp', 'sourcetap') where event_processor_class like '%macrosoft%'
;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?