Re: How to fetch data from tables in PostgreSQL

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: How to fetch data from tables in PostgreSQL
Дата
Msg-id pb6s4e$e4g$1@blaine.gmane.org
обсуждение исходный текст
Ответ на How to fetch data from tables in PostgreSQL  (vaibhav zaveri <vaibhavzaveri3@gmail.com>)
Список pgsql-general
vaibhav zaveri schrieb am 18.04.2018 um 09:22:
> How to fetch data from tables in PostgreSQL.

That is done using the SELECT statement: https://www.postgresql.org/docs/current/static/sql-select.html

For an introduction on how to write queries, you might want to have a look at the Postgres tutorial:

https://www.postgresql.org/docs/current/static/tutorial-select.html

Thomas






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

Предыдущее
От: Akshay Ballarpure
Дата:
Сообщение: pg_upgrade help
Следующее
От: Fabio Pardi
Дата:
Сообщение: Re: How to fetch data from tables in PostgreSQL