Created
July 17, 2012 13:56
-
-
Save isholgueras/3129517 to your computer and use it in GitHub Desktop.
Consulta que la pone dura. Posiblemente muy poco eficaz.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT DISTINCT `title` | |
FROM `aggregator_item` | |
WHERE `title` IN | |
(SELECT * | |
FROM | |
(SELECT DISTINCT `title` | |
FROM {aggregator_item} ORDER BY `iid` desc limit $first_page, $last_page) as titles) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment