select name from sysobjects where xtype='u' order by name
转载于:https://www.cnblogs.com/welcomer/p/5068323.html
本文介绍了一种使用SQL语句从sysobjects表中选择名称的方法,该表是SQL Server系统表之一,用于存储数据库对象的信息。通过执行'select name from sysobjects where xtype='u' order by name'语句,可以按名称顺序获取所有用户表的列表。
select name from sysobjects where xtype='u' order by name
转载于:https://www.cnblogs.com/welcomer/p/5068323.html
7438

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