Quote:
Originally posted by RobinMaple
How to make sure that all the connections during mutiple talbes query are correctly placed?Are there any simple principles? I always find extra data when query between a couple of tables.
|
Do you mean that after you've built a JOIN, you seem to have unwanted rows in the result set (because they slipped through the join conditions)? If that is the case, you need to check the primary keys of all of the tables involved, and make sure that you use them (if possible) for your joins.
If you meant something else, can you give us a few hints ???
-PatP