I encountered some TSQL Select problem where I want my result set to have a “number” on the first column. If for example you have a simple select statement
USE Northwind
SELECT CustomerID
, CompanyName
FROM Customers
ORDER BY CustomerID
Harry said
Hi Francesco
Many thanks for your blog. This was realy simple but very helpfull.
FM said
Great stuff.