T
|
thesofa 10/14/2008 |
Ok, I need to check how many UNIQUE values are in the array displayed on the PAGE. Instead of displaying TOTAL, AVG or COUNT, I need to count only how many unique values... Is there a way to manipulate this arrays??? Is this array "manageable" thru sql queries??? Thx in advance.
|
B
|
bozzo author 10/14/2008 |
all I do is type Distinct after select on the SQL view of the table
|