select name from sysobjects where type = 'U' The ANSI standard way (SQL 7 only) is :- select TABLE_NAME from INFORMATION_SCHEMA.TABLES ...
確定! 回上一頁