The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
This is driving me bonkers!
I'm using the Maintenance -> Execute SQL Query window to execute the following query Code:
select pagetext from post where threadid = 11565 and postid > (select min(postid) from post where threadid = 11565) order by RAND() limit 1 Code:
Results: 1 (0.0048s), Page 1 of 1 vBulletin? v3.6.3, Copyright ?2000-2007, Jelsoft Enterprises Ltd. Code:
select pagetext from post where threadid = 11565 and postid > (select min(postid) from post where threadid = 11565) order by RAND() limit 5 Code:
Results: 5 (-0.6990s), Page 1 of 1 vBulletin? v3.6.3, Copyright ?2000-2007, Jelsoft Enterprises Ltd.
|
![]() |
|
|