Re: How to fetch data from tables in PostgreSQL - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: How to fetch data from tables in PostgreSQL
Date
Msg-id pb6s4e$e4g$1@blaine.gmane.org
Whole thread Raw
In response to How to fetch data from tables in PostgreSQL  (vaibhav zaveri <vaibhavzaveri3@gmail.com>)
List 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 by date:

Previous
From: Akshay Ballarpure
Date:
Subject: pg_upgrade help
Next
From: Fabio Pardi
Date:
Subject: Re: How to fetch data from tables in PostgreSQL