postgres里头选择随机几条数据

postgres里面选择随机几条数据在postgres中 选择随机的几条数据出来,sql:select * from TABLE_NAME order

postgres里面选择随机几条数据
在postgres中 选择随机的几条数据出来,sql:
select * from TABLE_NAME order by random() limit N;