Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,如何将第 10 行到第 20 行随机化?我只知道如何使用 RANDR() 随机化所有行。我正在使用 PHP + MYSQLi。有人可以解释我使用 MYSQLRANDR()吗?我知道它没有效率。
RANDR()
谢谢,汤姆。
我使用了一种可能移植到 MYSQL 的 SQL Server 技术。我为每一行分配一个新的 GUID,然后对其进行排序。