<div dir="ltr">Hi all,<div>Is it possible to select previous N records from the ordered_set mnesia table starting from given key? Something like this</div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">mnesia:select(table, [{#table{key='$0', _='_'},[</span></span><span style="color:rgb(0,0,0);font-family:monospace">{'>', '$0', <<"key">>}</span><span style="color:rgb(0,0,0);font-family:monospace">],['$_']}], </span><span style="font-family:monospace">10, read)</span></div><div><span style="font-family:monospace">but with DESC order of sorting? Without using just prev and next functions, as guards can be more complex. Just changing '>' to '<' won't work as records will be selected from the beginning of the table instead of from the key.</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">
<br></span></div></div>