SQL Server 查詢語句

查看 SQL Server 中全部數據庫的信息 select * from sysdatabases 查看當前使用的數據庫中全部表信息 use Northwind select * from sysobjects where type='U' select * from sysobjects where type not in('U','S','SQ','IT','D') --當前使用的數據庫中
相關文章
相關標籤/搜索