table   in   ActiveModel.tables 
    for   each   column   in   table.columns 
       
if (column.GetExtendedAttribute("ExtCollation"<>""then
         output(table.Name 
+ "." + column.Name)
         
call column.SetExtendedAttributeText ("ExtCollation","" )
       
end if
    
next 
next

相关文章:

  • 2021-09-05
  • 2021-09-09
  • 2021-08-22
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-12-02
猜你喜欢
  • 2022-02-06
  • 2022-12-23
  • 2021-12-22
  • 2021-12-04
  • 2022-01-06
相关资源
相似解决方案