从表中获取随机数据

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从表中获取随机数据相关的知识,希望对你有一定的参考价值。

Gets random data from a table. Modify as required.
  1. lib.randomArticles = CONTENT
  2. lib.randomArticles {
  3. wrap = <div class="rand-articles">|</div>
  4. table = tx_articledatabase_articles
  5.  
  6. select {
  7. pidInList = 97
  8. orderBy = rand()
  9. max = 3
  10. }
  11. renderObj >
  12. renderObj = COA_INT
  13. renderObj {
  14. 10 = TEXT
  15. 10.field = title
  16. 10.wrap = <h4>|</h4>
  17. 20 = TEXT
  18. 20.field = description
  19. 20.wrap=<p>|</p>
  20. 20.typolink.parameter = 97
  21. 20.typolink.additionalParams.field=uid
  22. 20.typolink.additionalParams.wrap = &tx_articledatabase_pi1[showUid]=|
  23. 20.crop = 150|...|1
  24. }
  25.  
  26. }

以上是关于从表中获取随机数据的主要内容,如果未能解决你的问题,请参考以下文章

从表中选择随机记录,但不超过2个同名记录

MySQL:PHP:由于警告,无法从表中获取数据

从表中随机选择一定百分比的条目

使用 python 和 mysql.connector 从表中获取数据

使用 laravel 模型获取数据时没有从表中获取结果

EF - 从表中获取数据给出空值