Is there a way to select records where there is more than one record containing the same fruit?
The ideal query would produce:
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?
Code:
+-----------------+
| tbl_fruit |
+-----------------+
| Apples |
| Pears |
| Apples |
| Bananas |
| Apples |
| Bananas |
+-----------------+
The ideal query would produce:
Code:
+-----------------+
| tbl_fruit |
+-----------------+
| Apples |
| Apples |
| Apples |
| Bananas |
| Bananas |
+-----------------+
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?