Обсуждение: Random Select from PostgreSQL db

Поиск
Список
Период
Сортировка

Random Select from PostgreSQL db

От
"Kris-Jon Fenton"
Дата:
Hi all,

I asked a few days ago how to select a random row from a table.

I am using PostgreSQL and PHP.

This time I need to pull testimonials randomly from a database.

I know that you can do it with MySQL by using random() but how can I pull
random rows from PosgreSQL.

Thanks
Kris