Re: what is command to view data inside the table

Поиск
Список
Период
Сортировка
От stig erikson
Тема Re: what is command to view data inside the table
Дата
Msg-id d3d9cr$iub$1@news.hub.org
обсуждение исходный текст
Ответ на what is command to view data inside the table  ("jo ." <joseph@ciphercom.net>)
Список pgsql-novice
jo . wrote:
> Hi,
>
> I just have a simple question... I have a database named "ibs" and I have table named "users"...how can I see what
dataare inside the "users" table? 
>
> thanks
>
>
> ---------------------------------
> Get Your free Email at http://mail.ciphercom.net
> Powered by AEBC Servers
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>


if you are connected to the database you can do
SELECT * FROM users;

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

Предыдущее
От: Andy Dunlop
Дата:
Сообщение: Postgres startup
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres startup