A admin Administrator Staff member Aug 21, 2008 #1 Is it possible to perform a mysql query that only returns unique items. For example: Record # | Field 1 | hello 2 | goodbye 3 | hello 4 | hi Returns: 1 2 4 but not 3 because it has already been found. Thanks Rob
Is it possible to perform a mysql query that only returns unique items. For example: Record # | Field 1 | hello 2 | goodbye 3 | hello 4 | hi Returns: 1 2 4 but not 3 because it has already been found. Thanks Rob