34,838
社区成员




select * from sysobjects where xtype='U'
select name from sysobjects where type='U'
select * from sysobjects where type='U'
select * from sys.objects where xtype ='U'
select * from sysobjects where xtype='U'
select * from sysobjects where xtype = 'u'
select * from sysobjects where type='U'