Re: How to fetch data from tables in PostgreSQL

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to fetch data from tables in PostgreSQL
Date: 2018-04-18 07:31:29
Message-ID: pb6s4e$e4g$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fabio Pardi 2018-04-18 07:31:43 Re: How to fetch data from tables in PostgreSQL
Previous Message Akshay Ballarpure 2018-04-18 07:30:38 pg_upgrade help