Rows in tables...

Поиск
Список
Период
Сортировка
От Herb Pabst
Тема Rows in tables...
Дата
Msg-id 3A9192B7.EF0D1A2B@nextearth.com
обсуждение исходный текст
Ответы Re: Rows in tables...
Список pgsql-php
What is the easiest way to get the total number of
rows in a table? I want to do a random pick from a
table and need to know how many rows are in the
table.

Do I do a "SELECT * FROM table" and use the info
from this, or will a select return all the data?
This is where I'm hazy. Or does fetch_row actually
return the data?

Any help is appreciated,
Herbie Pabst


В списке pgsql-php по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: How do I import this?
Следующее
От: Dorin Grunberg
Дата:
Сообщение: Re: Rows in tables...