数据库查询哪个对像里面包含什么字段方法语句
2022-05-27 02:40:45 来源:易采站长站 作者:
数据库查询哪个对像里面包含什么字段语句写法:
select * from sysobjects o, syscomments s where o.id = s.id anEacmUJd text like '%text%' and o.xtype = 'P'
text换成需要查的字段
数据库查询哪个对像里面包含表
select o.name from sys.all_sql_modules s,sysobjects o where definition like '%表名%' and o.id = s.object_id
表名换成需要查的表名
- 热点聚合: 字段 数据库查询 写法 语句 sysobjects
暂时禁止评论













闽公网安备 35020302000061号