首页
技术人生
登录
6mi
u
盘
搜
搜 索
技术人生
查找存在某些字段的用户表和视图
查找存在某些字段的用户表和视图
技术
2022-05-11
27
[sql server] select name,case when xtype='u' then 'usertable' else 'userview' end as xtype from sysobjects where id in ( select id from syscolumns where name in('商品编号','商品名称') ) and (xtype='u' or xtype='v') order by xtype
转载请注明原文地址: https://ibbs.8miu.com/read-150246.html
专利
最新回复
(
0
)