技术成就梦想

知道用户需求,做到专注!c#,donet,Frameworks,UML,面向对象,设计模式!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
USE [FLY]
select c.name,o.* from
syscolumns c,sysobjects o
where o.id=c.id
and c.name like '%SafeAmt%' -- and o.name like '%tableName%'
--and o.xtype='U'