SELECT Title FROM test.hits ORDER BY Title DESC LIMIT 1000, 10 SELECT Title FROM test.hits ORDER BY Title DESC COLLATE 'tr' LIMIT 1000, 10