I'm trying to make a search function which should get the results from 2 tables. I found more post of people with similar problems, but those were different from mine. Here's what I'm trying to do:
This would return the following error:
Column 'title' in field list is ambiguous
Why? Because both tables have a column with the same name (title). But I just want MySQL to treat those ambiguous columns as one column.
So I've read a few times through
this page, but I just can't fix this. Any help appreciated.