Duplicates

  • Thread starter Thread starter Guest
  • Start date Start date
Darren

If you are saying that your query returns duplicate rows, that could be
because the query joins tables that have a 1-many relationship. Or maybe
your underlying data has duplicate rows?

For more specific suggestions, post more specific information - e.g., post
the SQL statement of your query.
 
Back
Top