Search Results

4
votes

Getting random row through SQLAlchemy

This is very much database specifc issue. I know that PostgreSQL and MySQL has abbility to order by random function, so You can use this in SQLAlchemy: select.order_by(func. …