Hi, What's the simplest, most efficient way of expressing the following sql query in mnesia: "SELECT * FROM foo ORDER BY creation_date LIMIT 500,10" ? Btw, I don't care about transactions. Thanks, Yariv