blue.net

查看数据库内表的信息

select * from sysobjects where type=\'u\'

查看数据库内表的名字

select name from sysobjects where type=\'u\'

分类:

技术点:

相关文章: