Numbering of a query result set |
||
Usually the necessity of the numbering of rows occurs in designing of reports. In this case the numbering of rows returned by a query is usually performed on a client side. For example, it's easy to renumber the rows of report made in MS Access. However sometimes there's the necessity to make it in a query directly. We'll examine this problem now. |