A. The SQL Server specific way (all versions) is :- select ... The ANSI standard way (SQL 7 only) is :- select TABLE_NAME from INFORMATION_SCHEMA.TABLES ...
確定! 回上一頁