Re: Preserve order "WHERE IN(...)"

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Joep (Staat_at_DeStoep.nl)
Date: 10/01/04


Date: Fri, 1 Oct 2004 10:47:25 +0200

Did you search for 'seed' and 'random'? If you can seed your random function
then check if you can relate a numeric version of a date/time to that and
use that. That should get you what you are looking for.

Date/time does have a numeric representation so it all comes down to finding
out whether you can seed your random function. I assume you can since that
is the usual case.

Combine the two and you have your solution.

I do not have an example, I am sorry.