_common_query() and ambiguous 'id'
Everytime i try to make use of the common_query method (simple left joins) all i get is a
Column 'id' in where clause is ambiguous
error...
It's truly strange, i'm following the example on the user guide (of course on different tables - but the logic should be the same)...
Comments
Any further than that and I'm afraid I'm stumped too.
What does your query look like? Might be useful to post the join query too.