Home >Backend Development >PHP Tutorial >求sql帖子随机调用有关问题

求sql帖子随机调用有关问题

WBOY
WBOYOriginal
2016-06-13 10:06:53762browse

求sql帖子随机调用问题
{dede:sql sql='SELECT * FROM `pre_forum_thread` ORDER BY `pre_forum_thread`. `moderated` LIMIT 0 , 20'}

我知道desc是降序排序,而asc就是升序。就是不知道怎样随机排序。求高手在上面一段代码中加入随机排序


------解决方案--------------------

探讨
{dede:sql sql='SELECT * FROM `pre_forum_thread` ORDER BY `pre_forum_thread`. `moderated` LIMIT 0 , 20'}

我知道desc是降序排序,而asc就是升序。就是不知道怎样随机排序。求高手在上面一段代码中加入随机排序
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn