栏目索引
相关内容
select name
from sysobjects a
where exists(
select 1 from syscolumns b
where name = 'customerid'
and b.id =a.id
)
上一篇: orderby 倒排
下一篇: set null操作