southbeach
Programmer
I need to come up with a query where I can select all records from TABLEa and the a row count from TABLEB when matching keys between the two tables.
Right now, I am looping through TABLEA and running an UDF (PHP) to return a count from TABLEB. I hope there is a more efficient way.
Thanks!
Right now, I am looping through TABLEA and running an UDF (PHP) to return a count from TABLEB. I hope there is a more efficient way.
Thanks!