Re: How to fetch data from tables in PostgreSQL

From: Greenhorn <user(dot)postgresql(at)gmail(dot)com>
To: vaibhav zaveri <vaibhavzaveri3(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to fetch data from tables in PostgreSQL
Date: 2018-04-18 07:34:32
Message-ID: CAF3Y79hG=DW--Nr_+=soGGTBwj9fqJaJNgVnqE8YDykqrVquAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SELECT * FROM table_name LIMIT 10; should give 10 records from your data
table.

On Wed, 18 Apr 2018, 17:22 vaibhav zaveri, <vaibhavzaveri3(at)gmail(dot)com> wrote:

> Hi,
>
> How to fetch data from tables in PostgreSQL.
>
> Regards,
> Vaibhav Zaveri
>

In response to

Browse pgsql-general by date

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