think my brain is now officially fried as i can not come up with this query....
i want to display records from my table where the record count is say over 5.
real simple...two columns a and b. 10 records in the table.
a
1
1
1
2
3
2
3
1
1
1
i only want to display those records from column a when there are five or more records. it is not a set field so i can't just say when column.a=1.
i want to display records from my table where the record count is say over 5.
real simple...two columns a and b. 10 records in the table.
a
1
1
1
2
3
2
3
1
1
1
i only want to display those records from column a when there are five or more records. it is not a set field so i can't just say when column.a=1.