|
|
 |
Re: FN-FORUM: Help/guidance with a bit of tricky php/MySQL
date posted 4th March 2008 13:33
On Tuesday 04 March 2008 15:37:13 Duncan Glendinning wrote:
> Question is, which is most efficient?
[subselect vs. join]
Everything I've read suggests that joining is much more efficient.
You can try running an EXPLAIN on the queries for more info.
|
 |
|