Hi,
How can I generate a column in a cursor which can count the no of records in Sales Order using sql-select command.
Sales Order
-----------
1. Sono
2. date
3. icode
5. quantity
6. rate
And, I want is :
1. sono
2. date
3. totitem ( want to generate this column which can count the total records of each sales order ).
Thanks
Saif
How can I generate a column in a cursor which can count the no of records in Sales Order using sql-select command.
Sales Order
-----------
1. Sono
2. date
3. icode
5. quantity
6. rate
And, I want is :
1. sono
2. date
3. totitem ( want to generate this column which can count the total records of each sales order ).
Thanks
Saif