select * from sysobjects where name= 'N201111B' and xtype= 'U'
转载于:https://www.cnblogs.com/FKdelphi/p/4642796.html
本文提供了一个SQL查询示例,用于从系统对象表中选择特定命名和类型的记录。通过查询'sysobjects'表,筛选出名称为'N201111B'且类型为'U'的条目。
select * from sysobjects where name= 'N201111B' and xtype= 'U'
转载于:https://www.cnblogs.com/FKdelphi/p/4642796.html
2750

被折叠的 条评论
为什么被折叠?