Subject: mnesia range queries
From: Yariv Sadan
Date: Tue, 16 Jun 2009 23:28:11 -0700

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