| 
 Posted by Alex Murphy on 05/07/06 11:59 
Hi all, 
 
I using the "list" function  to extract the sales text delimited file 
and insert into the table.  How to find out the best sales item and 
worst sales item? 
 
item          |   qty 
--------------------------------------- 
11111         |   2 
22222         |   1 
33333         |   1 
44444         |   1 
55555         |   3 
22222         |   2 
11111         |   1 
55555         |   4 
22222         |   2 
66666         |   1 
 
Thanks 
 
Alex Murphy
 
[Back to original message] 
 |