S
Saeed
If i have a table with a field say refNo
1001
1002
1003
1001
How woudld be able to get a query telling me the distinct RefNo's with
the number of occurance (duplicates in the table for each RefNo)
Something like
1001 2
1002 1
1003 1
1001
1002
1003
1001
How woudld be able to get a query telling me the distinct RefNo's with
the number of occurance (duplicates in the table for each RefNo)
Something like
1001 2
1002 1
1003 1