select * from sysdatabases 记得要在“master“数据库下面写.
如果我要在一个数据库里显示所有的表,又要怎样写SQL语句???
select name from sysobjects where xtype='u'取用户表的