Postgres Random Select
select * from app_product order by random() limit 10;
RicarHincapie
select * from app_product order by random() limit 10;