n`) as `askerLocation` from `askAQuestions` as `q` INNER join `askAAnswers` as `a` on `q`.`askAQuestionID` = `a`.`askAQuestionID` left join `askAQuestions_fr` as `q__fr` on `q`.`askAQuestionID` = `q__fr`.`askAQuestionID` where (`q`.`flag_publish` = \'_1_\') and (`a`.`answeringExpert` = \'_2_\') order by `q`.`stat_timesViewed` desc limit 1,2'; ?>