Cross Join |
Hi,
I have been having a problem with getting cross join to function properly in my project. I need to cross join three tables to produce display results. The model code is this: Code: function immChild() { This query should return on Code: id child immune immun_date id fname lname id name Instead it returns literally a thousand rows. Anyone know what the code should be to cross join three tables? |
Messages In This Thread |
Cross Join - by juggernautsei - 02-25-2015, 10:54 AM
RE: Cross Join - by Rufnex - 02-25-2015, 11:14 AM
RE: Cross Join - by edellascenza - 02-25-2015, 11:23 AM
RE: Cross Join - by aurelien - 02-25-2015, 11:27 AM
RE: Cross Join - by juggernautsei - 02-25-2015, 12:53 PM
|