A Database Error Occurred

Error Number: 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 'e,10' at line 1

select user_tbl.*,template_user_tbl.url from user_tbl LEFT JOIN template_user_tbl ON user_tbl.id=user_id and template_user_tbl.active=1 and template_user_tbl.status=1 where user_tbl.company like 'alpha%' and user_tbl.status=1 and usertype!='END' group by user_tbl.id order by user_tbl.comp_position, user_tbl.first_priority,user_tbl.logo_priority,user_tbl.priority,user_tbl.package_priority,user_tbl.company asc limit e,10