Postgres SELECT

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