Re: last row of table after csv import - Mailing list pgsql-novice

From Josh Kupershmidt
Subject Re: last row of table after csv import
Date
Msg-id CAK3UJRHvOwEMCz+QaHd70=xPoFjoWEEnGf3AREndcJQgNfzAMQ@mail.gmail.com
Whole thread Raw
In response to last row of table after csv import  (e-letter <inpost@gmail.com>)
Responses Re: last row of table after csv import  (e-letter <inpost@gmail.com>)
List pgsql-novice
On Mon, Oct 17, 2011 at 6:06 PM, e-letter <inpost@gmail.com> wrote:
> After csv of data, is there a command to navigate to the last row of
> data in the database table, after import of csv data? The csv file is
> not sorted, so the request is to view the last row after import. Now
> after import, the keyboard key 'z' is pressed down until the last row
> is shown in the command terminal!

Uh, what interface are you using to talk to PostgreSQL (e.g. pgAdmin,
phpPgAdmin, psql, something else?). If the tool you're using lets you
enter SQL queries, you should be able to enter a SELECT query with
ORDER BY and LIMIT to get the result you need. You will have to figure
out what you mean by "last row", i.e. what column(s) you give to ORDER
BY.

If you're not using psql, you might have to ask on a forum specific to
the interface you're dealing with (this list is fine for questions
about psql).
Josh

pgsql-novice by date:

Previous
From: Josh Kupershmidt
Date:
Subject: Re: Partitioning with a lot of number of partitions
Next
From: Henry Drexler
Date:
Subject: Re: last row of table after csv import