In access, I use the following statement to select a random row: "SELECT TOP 1 * FROM 
Questions WHERE Not QuestionID IN (0) ORDER BY RND(QuestionID)".  How might I 
accomplish this same thing in SQLite?

--
Eric Pankoke
Programmer
Christian Family Software
http://www.christianfamilysoftware.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to