<div dir="ltr">Hi all,<div><br></div><div>Is anyone coming tonight that has good SQL skills?</div><div><br></div><div>Im having a problem with some joins and subquery type stuff.  Just to clarify though, I can do what I am trying to achieve by using php as some glue for the SQL, and now im up to a 25-35 seconds for the queries to execute and my fake CRON doesnt like it - i get an email warning at 30, and the process is killed at 35 seconds.</div><div><br></div><div>I believe it is achievable in MUCH less time doing all the work at the database end - just now I have had to resort to creating a cache for the results when it server load is low enough that it lets me process in under 30 seconds :(</div><div><br></div><div>if it helps the table format is something like this</div><div><br></div><div>table1</div><div><a href="http://table1.id">table1.id</a>: autonum</div><div>active: bool</div><div>t2id_1: int</div><div>t2id_2: int<br></div><div>t2id_3: int<br></div><div>t2id_4: int<br></div><div>t2id_5: int<br></div><div>t2id_6: int<br></div><div><br></div><div>table2</div><div><a href="http://table2.id">table2.id</a>: autonum</div><div>expected_date:  datetime</div><div>actual_date:   datetime</div><div>claim_date: datetime</div><div>value: datetime</div><div><br></div><div><br></div><div>what i need is</div><div>for every item in table1 that is active, get the items from table2 that match t2id_1 ... t2id_6, from this i need a count and value  for the next 'x' months where the claim_date is blank</div><div><br></div><div>[month]['count'] = 3<br></div><div>[month]['value'] = 600</div><div><br></div><div><div>[month+n]['count'] = 7<br></div><div>[month+n]['value'] = 450</div></div><div><br></div><div>an so on..</div><div><br></div><div>I will have my laptop with me so i can demonstrate the actual database format, and the results I desire if anyone can help :)</div><div><br></div><div>Thanks</div><div><br></div><div>G</div></div>