如何自动处理SQL Server 2005表格数据

开发者在线 Builder.com.cn 更新时间:2007-02-07作者:builder.com.cn 来源:

Update Assemblies SET AssemblyName =Ltrim(Trim( AssemblyName))
Update Components SET ComponentName =Ltrim(Trim( ComponentName))
Update Assemblies_And_Components_v1 SET AssemblyName =Ltrim(Trim( AssemblyName))
Update Assemblies_And_Components_v1 SET ComponentName =Ltrim(Trim( ComponentName))

用户评论

  • 用户名
  • 评论内容