庆祝s

或多或少

2008年6月14日

常用的表查询MSSQL语句

摘要: select * from 库名..sysobjects where xtype='U' ---用户表 select * from 库名..sysobjects where xtype='s' ---系统表 select * from 库名..sysobjects where xtype='v' ---视图 sel... 阅读全文

posted @ 2008-06-14 10:49 庆祝 阅读(184) 评论(0) 推荐(0)