Skip to content

Instantly share code, notes, and snippets.

@takegue
Created May 2, 2017 00:16
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 takegue/75b24d4834d878a23ff84cda42ecfc45 to your computer and use it in GitHub Desktop.
Save takegue/75b24d4834d878a23ff84cda42ecfc45 to your computer and use it in GitHub Desktop.
Randomly pick up records on SQL
SELECT *
FROM `sitemap_acp_tree_fixed_to_xml`
WHERE `tree` = '1002'
ORDER BY RAND()
LIMIT 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment