Hi,
I want to join two tables with likep queries on virtual fields on both the tables, but it does not recoginse the fields when I run the query.
For example, when I run this query,
select a.Title from projects a, comments b
where a.project_id=b.project_id
and a.Title\Description\Body likep $query
and b.comm_text\Body likep $query
it gives, field a.Title\Description\Body not found.
Can I join tables with likep clauses?
I want to join two tables with likep queries on virtual fields on both the tables, but it does not recoginse the fields when I run the query.
For example, when I run this query,
select a.Title from projects a, comments b
where a.project_id=b.project_id
and a.Title\Description\Body likep $query
and b.comm_text\Body likep $query
it gives, field a.Title\Description\Body not found.
Can I join tables with likep clauses?