Error in Selection Query
SELECT * FROM (SELECT * FROM tbl_user WHERE company='Daddy Van's') AS L LEFT OUTER JOIN tbl_country AS R ON L.country=R.country_id
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 's') AS L LEFT OUTER JOIN tbl_country AS R ON L.country=R.country_id' at line 1