Good morning to you all...
I am wondering if it is possible to do the following
with a MYSQL request:
Arbitrary picking a zone in a table (lets say from row 20 to row 50) and
getting a random row coming from this zone only.
I did ... ORDER BY RAND() LIMIT 20,30 ... , but of course it always
change the order of the whole table and then displays rows coming from
outside the pre-determined zone.
Thanks a lot for the one who will spend his precious time
to reply to this.
Have a nice day.