I have two tables.

Animals
---------
AnimalID
AnimalNAME
AnimalSEX


Projects
---------
ProjectID
MaleID
FemaleID


Let's say Projects holds MaleID:1 and FemaleID:2 I need to write a
query that joins these tables, and basically pulls back two sets of
animal information per one record in the projects table.

I have no problem doing a query that joins with just one id, but the
second match is throwing me off..


Any suggestions? I am not even sure if this is the best way to setup
the projects table.. so if it's not... let me know...

Crit


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284300
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to