|
Error: Unable to perform query: select country.id,country.name from country,company
where country.location= and country.id=company.country
and company.active='1' order by country.name :You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and country.id=company.country
and company.active='1' order by country.name' at line 2
| |
|