Hi,Do not confuse rownum and rowid. Rowid has special meaning in Oracle.Code:select CustID, Amount, rownum as row_id from (Select CustID, Sum(Amount) as Amount From MyTable Group by CustId)
|
Results 1 to 3 of 3
Thread: Row Numbers in result setThreaded View
|
Click Here to Expand Forum to Full Width |