$query = "SELECT title FROM #__table WHERE title LIKE 'Α%'";
$query = "SELECT title FROM #__table ORDER BY title ASC";