1064 - 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 'aui where au.authors_id = '1' and au.authors_id = aui.authors_id and aui.languag' at line 1
select au.authors_name, aui.authors_description, aui.authors_url from (authors au, authors_info) aui where au.authors_id = '1' and au.authors_id = aui.authors_id and aui.languages_id = '4'