select SQL_CALC_FOUND_ROWS distinct t.title_id, t.title_name from title t, title_country fc where version_id = 0 and t.title_id = fc.title_id and fc.country_id = ? order by t.title_name asc limit 0, 60Array
(
    [0] => 158
)