To get the number of rows in a single table we can use the COUNT(*) or COUNT_BIG(*) functions, e.g.. SELECT COUNT(*) FROM Sales.Customer. This is quite ...
確定! 回上一頁