select .. from (
Select ... from ... order by weight desc limit N
) order by rand()
上面的需要建立一个临时表,所以不达标,如何优化?
|
|
上面的需要建立一个临时表,所以不达标,如何优化? |
||
|
|
|
|
使用
将上面的 |
||
|
|
|
|
把
|
||
|
|