This doesn’t seem to be terribly well documented, so for future reference:
F = fun() -> mnesia:select(Tab,[{'_',[],['$_']}]) end, mnesia:activity(transaction, F).
This doesn’t seem to be terribly well documented, so for future reference:
F = fun() -> mnesia:select(Tab,[{'_',[],['$_']}]) end, mnesia:activity(transaction, F).