How to get list of all tables in MS SQL Server? select TABLE_NAME from information_schema.tables where Table_Type = 'BASE TABLE'.
確定! 回上一頁