Created
May 2, 2017 00:16
-
-
Save takegue/75b24d4834d878a23ff84cda42ecfc45 to your computer and use it in GitHub Desktop.
Randomly pick up records on SQL
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 * | |
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