Skip to content

Instantly share code, notes, and snippets.

@isholgueras
Created July 17, 2012 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isholgueras/3129517 to your computer and use it in GitHub Desktop.
Save isholgueras/3129517 to your computer and use it in GitHub Desktop.
Consulta que la pone dura. Posiblemente muy poco eficaz.
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