查看数据库内表的信息 select * from sysobjects where type=\'u\' 查看数据库内表的名字 select name from sysobjects where type=\'u\' 相关文章: