I would like to ask if there is a way to include the total number of rows, as an additional column, in the returned result sets from a TSQL query using also the Row_Nu
Row_Nu
Example using the AdventureWorks database
select *, TotalVolume = (select COUNT(*) from HumanResources.Department) from HumanResources.Department